nixos/tlp: Say what TLP is
This commit is contained in:
parent
e3e3bd61f8
commit
e7b4df9617
@ -37,7 +37,7 @@ in
|
|||||||
enable = mkOption {
|
enable = mkOption {
|
||||||
type = types.bool;
|
type = types.bool;
|
||||||
default = false;
|
default = false;
|
||||||
description = "Whether to enable the TLP daemon.";
|
description = "Whether to enable the TLP power management daemon.";
|
||||||
};
|
};
|
||||||
|
|
||||||
extraConfig = mkOption {
|
extraConfig = mkOption {
|
||||||
|
Loading…
Reference in New Issue
Block a user