summary refs log tree commit diff
path: root/nixos/modules
diff options
context:
space:
mode:
authorRobin Gloster <mail@glob.in>2016-08-29 00:24:47 +0000
committerRobin Gloster <mail@glob.in>2016-08-29 00:24:47 +0000
commite17bc259434c180a85ac4fd4bca1556f4702dabf (patch)
treeff2cbbd2746f80fa4847060dce92a71a599aa875 /nixos/modules
parent2958ec7d6fe1fb7c5e90bac0b3164df5b4c177cc (diff)
parentc004c6e14d00845f9ee15f0f992eb06325f1bdd8 (diff)
downloadnixlib-e17bc259434c180a85ac4fd4bca1556f4702dabf.tar
nixlib-e17bc259434c180a85ac4fd4bca1556f4702dabf.tar.gz
nixlib-e17bc259434c180a85ac4fd4bca1556f4702dabf.tar.bz2
nixlib-e17bc259434c180a85ac4fd4bca1556f4702dabf.tar.lz
nixlib-e17bc259434c180a85ac4fd4bca1556f4702dabf.tar.xz
nixlib-e17bc259434c180a85ac4fd4bca1556f4702dabf.tar.zst
nixlib-e17bc259434c180a85ac4fd4bca1556f4702dabf.zip
Merge remote-tracking branch 'upstream/master' into staging
Diffstat (limited to 'nixos/modules')
-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 2fe7f4f8197a..5f8b5df52acf 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.
       '';
     };