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:
parent
d476856acc
commit
29eeb10344
1 changed files with 3 additions and 0 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue