From ca7472b1a7843d96a45c9fae783bf97cdb81d547 Mon Sep 17 00:00:00 2001 From: Yegor Timoshenko Date: Sat, 23 Dec 2017 01:33:28 +0000 Subject: [PATCH] mbpfan: improve description, resolves #32266 --- nixos/modules/services/misc/mbpfan.nix | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/nixos/modules/services/misc/mbpfan.nix b/nixos/modules/services/misc/mbpfan.nix index 972d8b572d36..50f6f80ad00c 100644 --- a/nixos/modules/services/misc/mbpfan.nix +++ b/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;