feat: add kvm-intel and thunderbolt

This commit is contained in:
Noa Aarts 2024-08-30 18:52:17 +02:00
parent 789d2c43a6
commit 822d34c563
Signed by: noa
GPG key ID: 1850932741EFF672

View file

@ -9,9 +9,9 @@
(modulesPath + "/installer/scan/not-detected.nix")
];
boot.initrd.availableKernelModules = [ "nvme" "xhci_pci" "ahci" ];
boot.initrd.availableKernelModules = [ "nvme" "thunderbolt" "xhci_pci" "ahci" ];
boot.initrd.kernelModules = [ ];
boot.kernelModules = [ "kvm-amd" ];
boot.kernelModules = [ "kvm-intel" ];
boot.extraModulePackages = [ ];
# Enables DHCP on each ethernet and wireless interface. In case of scripted networking