nixos/tlp: Say what TLP is

This commit is contained in:
Chuck 2019-11-18 15:14:03 -08:00 committed by Bjørn Forsman
parent e3e3bd61f8
commit e7b4df9617

View File

@ -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 {