Merge pull request #32995 from NixOS/yegortimoshenko-patch-1
mbpfan: improve description, resolves #32266
This commit is contained in:
commit
f89bc2718b
@ -8,13 +8,7 @@ let
|
|||||||
|
|
||||||
in {
|
in {
|
||||||
options.services.mbpfan = {
|
options.services.mbpfan = {
|
||||||
enable = mkOption {
|
enable = mkEnableOption "mbpfan, fan controller daemon for Apple Macs and MacBooks";
|
||||||
default = false;
|
|
||||||
type = types.bool;
|
|
||||||
description = ''
|
|
||||||
Whether to enable the mbpfan daemon.
|
|
||||||
'';
|
|
||||||
};
|
|
||||||
|
|
||||||
package = mkOption {
|
package = mkOption {
|
||||||
type = types.package;
|
type = types.package;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user