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:
@@ -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.
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user