nixos/tlp: Fix deprecation hint

The deprecated extraConfig option refers to the config option, which
does not exists. The settings option should be used.
wip/yesman
Alvar Penning 4 years ago
parent be9313766b
commit 0ad1519ad9
  1. 2
      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.
'';
};
};

Loading…
Cancel
Save