nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

nixos/cpu-freq: fix typo in description

This typo was introduced when the option was first added in 2011, almost 10 years ago (ae82e7b048e8ef1f402e0e9cfbaf3b1d04bf8052).

Luflosi e205a480 52b2fec4

+1 -1
+1 -1
nixos/modules/tasks/cpu-freq.nix
··· 19 19 default = null; 20 20 example = "ondemand"; 21 21 description = '' 22 - Configure the governor used to regulate the frequence of the 22 + Configure the governor used to regulate the frequency of the 23 23 available CPUs. By default, the kernel configures the 24 24 performance governor, although this may be overwritten in your 25 25 hardware-configuration.nix file.