add delayacct

This commit is contained in:
陈浩南 2023-06-08 22:09:59 +08:00
parent b12f7f8078
commit 2cb7980163

View File

@ -42,7 +42,7 @@
};
kernelPackages = pkgs.linuxPackages_xanmod_latest;
kernelModules = [ "kvm-intel" ];
kernelParams = [ "acpi_osi=Linux" ];
kernelParams = [ "delayacct" "acpi_osi=Linux" ];
extraModulePackages = with config.boot.kernelPackages; [ cpupower xone xpadneo tuxedo-keyboard ];
extraModprobeConfig = "options kvm_intel nested=1";
};