summary refs log tree commit diff
diff options
context:
space:
mode:
authorChuck <chuck@intelligence.org>2019-11-18 15:14:03 -0800
committerBjørn Forsman <bjorn.forsman@gmail.com>2019-11-19 07:13:19 +0100
commite7b4df9617566f5f2de5d6de3ff80479ce2e59b2 (patch)
treef709a0e6e3a7c07e4ce74698041610e46de0b6c0
parente3e3bd61f8f530dec5f560e76db4788899bbb942 (diff)
downloadnixpkgs-e7b4df9617566f5f2de5d6de3ff80479ce2e59b2.tar
nixpkgs-e7b4df9617566f5f2de5d6de3ff80479ce2e59b2.tar.gz
nixpkgs-e7b4df9617566f5f2de5d6de3ff80479ce2e59b2.tar.bz2
nixpkgs-e7b4df9617566f5f2de5d6de3ff80479ce2e59b2.tar.lz
nixpkgs-e7b4df9617566f5f2de5d6de3ff80479ce2e59b2.tar.xz
nixpkgs-e7b4df9617566f5f2de5d6de3ff80479ce2e59b2.tar.zst
nixpkgs-e7b4df9617566f5f2de5d6de3ff80479ce2e59b2.zip
nixos/tlp: Say what TLP is
-rw-r--r--nixos/modules/services/hardware/tlp.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/hardware/tlp.nix b/nixos/modules/services/hardware/tlp.nix
index 4f8af797828..adc1881a525 100644
--- a/nixos/modules/services/hardware/tlp.nix
+++ b/nixos/modules/services/hardware/tlp.nix
@@ -37,7 +37,7 @@ in
       enable = mkOption {
         type = types.bool;
         default = false;
-        description = "Whether to enable the TLP daemon.";
+        description = "Whether to enable the TLP power management daemon.";
       };
 
       extraConfig = mkOption {