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
@ -39,7 +39,7 @@ in
|
|||||||
default = "";
|
default = "";
|
||||||
description = ''
|
description = ''
|
||||||
Verbatim additional configuration variables for TLP.
|
Verbatim additional configuration variables for TLP.
|
||||||
DEPRECATED: use services.tlp.config instead.
|
DEPRECATED: use services.tlp.settings instead.
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user