treewide: streamline 'extraConfig' descriptions

This commit is contained in:
Erik Arvstedt 2021-02-01 22:53:11 +01:00
parent e774c045de
commit e6a6c721c1
No known key found for this signature in database
GPG key ID: 33312B944DD97846
4 changed files with 4 additions and 5 deletions

View file

@ -118,7 +118,7 @@ in {
example = ''
autopilot.active=1
'';
description = "Additional configurations to be appended to <filename>lnd.conf</filename>.";
description = "Extra lines appended to <filename>lnd.conf</filename>.";
};
package = mkOption {
type = types.package;