Fix some stupid
This commit is contained in:
parent
1eb3b63c80
commit
d20f4b946d
3 changed files with 6 additions and 20 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue