From 1074c159f7653c0ea5d5fe599624e4b9769aab49 Mon Sep 17 00:00:00 2001 From: Thomas Tuegel Date: Sun, 28 Aug 2016 17:14:37 -0500 Subject: nixos/cpu-freq: list correct default governor in description --- nixos/modules/tasks/cpu-freq.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixos/modules') 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. ''; }; -- cgit 1.4.1