feat(eientei): switch to powersave governor

This commit is contained in:
514fpv 2024-01-09 18:48:40 +08:00
parent c5080a14b7
commit 4a800b9d12
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;