Set powerManagement.cpuFreqGovernor to "performance"

This commit is contained in:
Dave Gallant
2021-12-26 00:00:41 -05:00
parent af92431786
commit 7a1b01e080
2 changed files with 20 additions and 18 deletions

View File

@@ -9,6 +9,8 @@
boot.kernelModules = [ "kvm-amd" ];
boot.extraModulePackages = [ ];
powerManagement.cpuFreqGovernor = "performance";
boot.initrd.luks.devices = {
luksroot = {
allowDiscards = true;