enable the powersave cpuFreqGovernor on the precision

This commit is contained in:
Andreas Zweili 2021-11-30 19:17:45 +01:00
parent 6fb4a060bc
commit 2461d3f062
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@
boot.kernelModules = [ "kvm-intel" ];
boot.extraModulePackages = [ ];
boot.kernelParams = [ ];
powerManagement.cpuFreqGovernor = lib.mkDefault "powersave";
boot.initrd.luks.devices."cryptlvm".device = "/dev/nvme0n1p2";
fileSystems."/" =