Configure cpu freq governor

This commit is contained in:
Malte Tammena 2021-06-05 16:01:49 +02:00
parent d720c57584
commit 0e1861f194

View file

@ -13,7 +13,10 @@
supportedFilesystems = [ "btrfs" ];
};
powerManagement.cpuFreqGovernor = lib.mkDefault "powersave";
powerManagement = {
enable = true;
cpuFreqGovernor = "ondemand";
};
hardware = {
enableRedistributableFirmware = true;