hosts: add powersaves

This commit is contained in:
2023-01-08 13:26:55 +01:00
parent 83d32c0176
commit 54b19e6a74
3 changed files with 14 additions and 2 deletions

View File

@@ -123,4 +123,8 @@
hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
# high-resolution display
hardware.video.hidpi.enable = lib.mkDefault true;
powerManagement = {
cpuFreqGovernor = lib.mkDefault "powersave";
powertop.enable = true;
};
}