diff --git a/nixos/servnerr-3/configuration.nix b/nixos/servnerr-3/configuration.nix index 7bda829..b12f844 100644 --- a/nixos/servnerr-3/configuration.nix +++ b/nixos/servnerr-3/configuration.nix @@ -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 ];