From 685a901597a1c51e1d82705eaf510883266b15f2 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 24 Jan 2013 13:55:59 +0100 Subject: [PATCH] Fix description of powerManagement.cpuFreqGovernor --- modules/tasks/cpu-freq.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/tasks/cpu-freq.nix b/modules/tasks/cpu-freq.nix index 59e74fa6660..bcab421f0c7 100644 --- a/modules/tasks/cpu-freq.nix +++ b/modules/tasks/cpu-freq.nix @@ -13,8 +13,8 @@ with pkgs.lib; type = types.uniq types.string; description = '' Configure the governor used to regulate the frequence of the - available CPUs. By default, the kernel configures the governor - "userspace". + available CPUs. By default, the kernel configures the + on-demand governor. ''; };