1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-20 12:42:24 +00:00

mbpfan: improve description, resolves #32266

This commit is contained in:
Yegor Timoshenko 2017-12-23 01:33:28 +00:00
parent 36e02645eb
commit ca7472b1a7
No known key found for this signature in database
GPG key ID: C34BF9DCC9DF8210

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;