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 stringDefault
null
Example
declared in: nixos/modules/tasks/cpu-freq.nixView source on NixOS/nixpkgs →"ondemand"