diff --git a/modules/tasks/cpu-freq.nix b/modules/tasks/cpu-freq.nix index 59e74fa66603..bcab421f0c79 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. ''; };