feat(eientei): switch to powersave governor

This commit is contained in:
514fpv 2024-01-09 18:48:40 +08:00
parent 7021e920fc
commit b4d9a7d6e7
Signed by: koishi
SSH key fingerprint: SHA256:axz0uIzzY+5W19i7QOUuiw5LSqhKfCBKPf3L4xFRxLw

View file

@ -16,7 +16,7 @@
};
powerManagement.enable = true;
powerManagement.cpuFreqGovernor = "performance";
powerManagement.cpuFreqGovernor = "powersave";
boot.kernelParams = [ "zfs.zfs_arc_max=34359738368" ];
boot.loader.timeout = 2;