Configure cpu freq governor
This commit is contained in:
parent
d720c57584
commit
0e1861f194
|
@ -13,7 +13,10 @@
|
|||
supportedFilesystems = [ "btrfs" ];
|
||||
};
|
||||
|
||||
powerManagement.cpuFreqGovernor = lib.mkDefault "powersave";
|
||||
powerManagement = {
|
||||
enable = true;
|
||||
cpuFreqGovernor = "ondemand";
|
||||
};
|
||||
|
||||
hardware = {
|
||||
enableRedistributableFirmware = true;
|
||||
|
|
Loading…
Reference in a new issue