Merge pull request #32995 from NixOS/yegortimoshenko-patch-1

mbpfan: improve description, resolves #32266
This commit is contained in:
Yegor Timoshenko 2017-12-23 17:31:13 +03:00 committed by GitHub
commit f89bc2718b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;