mbpfan: improve description, resolves #32266

wip/yesman
Yegor Timoshenko 7 years ago
parent 36e02645eb
commit ca7472b1a7
No known key found for this signature in database
GPG Key ID: C34BF9DCC9DF8210
  1. 8
      nixos/modules/services/misc/mbpfan.nix

@ -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;

Loading…
Cancel
Save