Merge pull request #102237 from oxzi/tlp-deprecation-note

nixos/tlp: Fix deprecation hint
This commit is contained in:
Jörg Thalheim
2020-11-01 11:46:11 +01:00
committed by GitHub

View File

@@ -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.
'';
};
};