summary refs log tree commit diff
diff options
context:
space:
mode:
authorAlvar Penning <post@0x21.biz>2020-10-31 16:33:45 +0100
committerAlvar Penning <post@0x21.biz>2020-10-31 16:33:45 +0100
commit0ad1519ad9b7cd0fa9222014f1f3eb7f36be022b (patch)
tree86229ff1efa684592e56839d841a5e68cf3dfa61
parentbe9313766be5d957ea7c1eeeb6d0932a538afca2 (diff)
downloadnixpkgs-0ad1519ad9b7cd0fa9222014f1f3eb7f36be022b.tar
nixpkgs-0ad1519ad9b7cd0fa9222014f1f3eb7f36be022b.tar.gz
nixpkgs-0ad1519ad9b7cd0fa9222014f1f3eb7f36be022b.tar.bz2
nixpkgs-0ad1519ad9b7cd0fa9222014f1f3eb7f36be022b.tar.lz
nixpkgs-0ad1519ad9b7cd0fa9222014f1f3eb7f36be022b.tar.xz
nixpkgs-0ad1519ad9b7cd0fa9222014f1f3eb7f36be022b.tar.zst
nixpkgs-0ad1519ad9b7cd0fa9222014f1f3eb7f36be022b.zip
nixos/tlp: Fix deprecation hint
The deprecated extraConfig option refers to the config option, which
does not exists. The settings option should be used.
-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 4230f2edd27..eb53f565a67 100644
--- a/nixos/modules/services/hardware/tlp.nix
+++ b/nixos/modules/services/hardware/tlp.nix
@@ -39,7 +39,7 @@ in
         default = "";
         description = ''
           Verbatim additional configuration variables for TLP.
-          DEPRECATED: use services.tlp.config instead.
+          DEPRECATED: use services.tlp.settings instead.
         '';
       };
     };