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

@@ -119,4 +119,5 @@
hardware.cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
# high-resolution display
hardware.video.hidpi.enable = lib.mkDefault true;
powerManagement.powertop.enable = true;
}