1
0
Fork 0
mirror of https://github.com/mdlayher/homelab.git synced 2024-12-14 11:47:32 +00:00

nixos/servnerr-3: set ondemand CPU governor

This commit is contained in:
Matt Layher 2020-05-08 21:44:10 -04:00
parent d476856acc
commit 29eeb10344

View file

@ -70,6 +70,9 @@ in {
# Allow the use of Plex.
nixpkgs.config.allowUnfree = true;
# Scale down CPU frequency when load is low.
powerManagement.cpuFreqGovernor = "ondemand";
# Packages specific to this machine. The base package set is defined in
# lib/system.nix.
environment.systemPackages = with pkgs; [ zfs ];