Disable the KVM module

This commit is contained in:
coolneng 2022-09-30 21:54:32 +02:00
parent 8fdbd32fac
commit 75f821077c
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 1 additions and 1 deletions

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