Disable the KVM module
This commit is contained in:
parent
8fdbd32fac
commit
75f821077c
|
@ -16,7 +16,7 @@ in {
|
|||
"nohibernate"
|
||||
"ipv6.disable=1"
|
||||
];
|
||||
kernelModules = [ "i915" "acpi_call" "kvm-intel" ];
|
||||
kernelModules = [ "i915" "acpi_call" ];
|
||||
extraModulePackages = with config.boot.kernelPackages; [ acpi_call ];
|
||||
blacklistedKernelModules = [ "btusb" ];
|
||||
supportedFilesystems = [ "zfs" ];
|
||||
|
|
Loading…
Reference in New Issue