nixos/cpu-freq: list correct default governor in description

This commit is contained in:
Thomas Tuegel
2016-08-28 17:14:37 -05:00
parent 979e4fe0c2
commit 1074c159f7
+1 -1
View File
@@ -19,7 +19,7 @@ in
description = '' description = ''
Configure the governor used to regulate the frequence of the Configure the governor used to regulate the frequence of the
available CPUs. By default, the kernel configures the available CPUs. By default, the kernel configures the
on-demand governor. performance governor.
''; '';
}; };