nixos/cpu-freq: fix typo in description
This typo was introduced when the option was first added in 2011, almost 10 years ago (ae82e7b048e8ef1f402e0e9cfbaf3b1d04bf8052).
This commit is contained in:
parent
52b2fec43b
commit
e205a4800f
@ -19,7 +19,7 @@ in
|
|||||||
default = null;
|
default = null;
|
||||||
example = "ondemand";
|
example = "ondemand";
|
||||||
description = ''
|
description = ''
|
||||||
Configure the governor used to regulate the frequence of the
|
Configure the governor used to regulate the frequency of the
|
||||||
available CPUs. By default, the kernel configures the
|
available CPUs. By default, the kernel configures the
|
||||||
performance governor, although this may be overwritten in your
|
performance governor, although this may be overwritten in your
|
||||||
hardware-configuration.nix file.
|
hardware-configuration.nix file.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user