Skip to content

Commit

Permalink
Merge pull request #32995 from NixOS/yegortimoshenko-patch-1
Browse files Browse the repository at this point in the history
mbpfan: improve description, resolves #32266
  • Loading branch information
lukateras committed Dec 23, 2017
2 parents 4b30470 + ca7472b commit f89bc27
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions nixos/modules/services/misc/mbpfan.nix
Expand Up @@ -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;
Expand Down

0 comments on commit f89bc27

Please sign in to comment.