Skip to content

Auto epp

services.auto-epp.enable

Whether to enable auto-epp for amd active pstate. Type: boolean

Default

false

Example

true

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/hardware/auto-epp.nix

services.auto-epp.package

The auto-epp package to use. Type: package

Default

pkgs.auto-epp

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/hardware/auto-epp.nix

services.auto-epp.settings

Settings for the auto-epp application. See upstream example: https://github.com/jothi-prasath/auto-epp/blob/master/sample-auto-epp.conf

Type: attribute set of section of an INI file (attrs of INI atom (null, bool, int, float or string))

Default

{ }

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/hardware/auto-epp.nix

services.auto-epp.settings.Settings.epp_state_for_AC

energy_performance_preference when on plugged in

::: {.note} See available epp states by running: {command}cat /sys/devices/system/cpu/cpu0/cpufreq/energy_performance_available_preferences :::

Type: string

Default

"balance_performance"

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/hardware/auto-epp.nix

services.auto-epp.settings.Settings.epp_state_for_BAT

energy_performance_preference when on battery

::: {.note} See available epp states by running: {command}cat /sys/devices/system/cpu/cpu0/cpufreq/energy_performance_available_preferences :::

Type: string

Default

"power"

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/hardware/auto-epp.nix