Merge pull request #32995 from NixOS/yegortimoshenko-patch-1

mbpfan: improve description, resolves #32266

authored by

Yegor Timoshenko and committed by
GitHub
f89bc271 4b304701

+1 -7
+1 -7
nixos/modules/services/misc/mbpfan.nix
··· 8 8 9 9 in { 10 10 options.services.mbpfan = { 11 - enable = mkOption { 12 - default = false; 13 - type = types.bool; 14 - description = '' 15 - Whether to enable the mbpfan daemon. 16 - ''; 17 - }; 11 + enable = mkEnableOption "mbpfan, fan controller daemon for Apple Macs and MacBooks"; 18 12 19 13 package = mkOption { 20 14 type = types.package;