mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 14:11:36 +00:00
Fix description of powerManagement.cpuFreqGovernor
This commit is contained in:
parent
0930befd58
commit
685a901597
|
@ -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.
|
||||
'';
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue