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

View File

@@ -19,7 +19,7 @@ in
description = ''
Configure the governor used to regulate the frequence of the
available CPUs. By default, the kernel configures the
on-demand governor.
performance governor.
'';
};