Skip to content

Commit

Permalink
mbpfan: improve description, resolves #32266
Browse files Browse the repository at this point in the history
  • Loading branch information
lukateras committed Dec 23, 2017
1 parent 36e0264 commit e35d666
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 MacBooks (not just MacBook Pro, despite the name)";

package = mkOption {
type = types.package;
Expand Down

0 comments on commit e35d666

Please sign in to comment.