services.auto-cpufreq.settings

NixOS option

Configuration for auto-cpufreq. The available options can be found in the example configuration file.

type: open submodule of attribute set of section of an INI file (attrs of INI atom (null, bool, int, float or string))
Default
{ }
Example
{
  battery = {
    governor = "powersave";
    turbo = "never";
  };
  charger = {
    governor = "performance";
    turbo = "auto";
  };
}
declared in: nixos/modules/services/hardware/auto-cpufreq.nixView source on NixOS/nixpkgs →