Disable the KVM module

This commit is contained in:
2022-09-30 21:54:32 +02:00
parent 8fdbd32fac
commit 75f821077c

View File

@@ -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" ];