hosts: powersave iteration

This commit is contained in:
2023-01-08 13:47:56 +01:00
parent 54b19e6a74
commit 39e241cffa
2 changed files with 5 additions and 2 deletions

View File

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