powerManagement.cpuFreqGovernor

NixOS option

Configure the governor used to regulate the frequency of the available CPUs. By default, the kernel configures the performance governor, although this may be overwritten in your hardware-configuration.nix file. Often used values: “ondemand”, “powersave”, “performance”

type: null or string
Default
null
Example
"ondemand"
declared in: nixos/modules/tasks/cpu-freq.nixView source on NixOS/nixpkgs →