mbpfan: improve description, resolves #32266

This commit is contained in:
Yegor Timoshenko
2017-12-23 01:33:28 +00:00
parent 36e02645eb
commit ca7472b1a7

View File

@@ -8,13 +8,7 @@ let
in {
options.services.mbpfan = {
enable = mkOption {
default = false;
type = types.bool;
description = ''
Whether to enable the mbpfan daemon.
'';
};
enable = mkEnableOption "mbpfan, fan controller daemon for Apple Macs and MacBooks";
package = mkOption {
type = types.package;