nixos/tlp: Fix deprecation hint
The deprecated extraConfig option refers to the config option, which does not exists. The settings option should be used.
This commit is contained in:
parent
be9313766b
commit
0ad1519ad9
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue