adjust some power settings for framework

This commit is contained in:
Haak Saxberg 2024-06-30 20:15:36 -07:00
parent 9dbec60fb5
commit 09786d9656
2 changed files with 6 additions and 2 deletions

View file

@ -35,5 +35,9 @@
swapDevices =
[{ device = "/dev/disk/by-uuid/97c769a2-55da-475a-8dc0-d74d8bbde514"; }];
powerManagement.cpuFreqGovernor = lib.mkDefault "powersave";
powerManagement= {
enable = true;
cpuFreqGovernor = lib.mkDefault "powersave";
powertop.enable = true;
};
}