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:
parent
36e02645eb
commit
ca7472b1a7
|
@ -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…
Reference in a new issue