Fix some stupid

This commit is contained in:
caem 2024-06-28 00:52:58 +02:00
parent 1eb3b63c80
commit d20f4b946d
Signed by: caem
GPG key ID: 69A830D03203405F
3 changed files with 6 additions and 20 deletions

View file

@ -37,7 +37,7 @@
"nvme" "xhci_pci" "ahci" "usbhid" "usb_storage" "sd_mod"
];
boot.initrd.kernelModules = [ ];
boot.kernelModules = [ "kvm-amd" "kvm-intel" ];
boot.kernelModules = [ "kvm-amd" ];
boot.extraModulePackages = [ ];
boot.extraModprobeConfig = "options kvm_amd nested=1";
boot.kernelParams = [