summary refs log tree commit diff
path: root/nixos/modules/tasks/cpu-freq.nix
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@gmail.com>2016-08-28 17:14:37 -0500
committerThomas Tuegel <ttuegel@gmail.com>2016-08-28 17:14:37 -0500
commit1074c159f7653c0ea5d5fe599624e4b9769aab49 (patch)
tree0aac20c00405e111ebfa8a765d5c14b4f33d83ce /nixos/modules/tasks/cpu-freq.nix
parent979e4fe0c2860a8c3f7be5f0d29fe6dc0035bc9c (diff)
downloadnixpkgs-1074c159f7653c0ea5d5fe599624e4b9769aab49.tar
nixpkgs-1074c159f7653c0ea5d5fe599624e4b9769aab49.tar.gz
nixpkgs-1074c159f7653c0ea5d5fe599624e4b9769aab49.tar.bz2
nixpkgs-1074c159f7653c0ea5d5fe599624e4b9769aab49.tar.lz
nixpkgs-1074c159f7653c0ea5d5fe599624e4b9769aab49.tar.xz
nixpkgs-1074c159f7653c0ea5d5fe599624e4b9769aab49.tar.zst
nixpkgs-1074c159f7653c0ea5d5fe599624e4b9769aab49.zip
nixos/cpu-freq: list correct default governor in description
Diffstat (limited to 'nixos/modules/tasks/cpu-freq.nix')
-rw-r--r--nixos/modules/tasks/cpu-freq.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/tasks/cpu-freq.nix b/nixos/modules/tasks/cpu-freq.nix
index 2fe7f4f8197..5f8b5df52ac 100644
--- a/nixos/modules/tasks/cpu-freq.nix
+++ b/nixos/modules/tasks/cpu-freq.nix
@@ -19,7 +19,7 @@ in
       description = ''
         Configure the governor used to regulate the frequence of the
         available CPUs. By default, the kernel configures the
-        on-demand governor.
+        performance governor.
       '';
     };