lnd, lightning-loop: improve extraConfig option description

This commit is contained in:
Erik Arvstedt
2022-07-07 16:08:26 +02:00
parent 739fa36785
commit 60a27d58a6
2 changed files with 10 additions and 2 deletions

View File

@@ -76,7 +76,11 @@ let
example = ''
autopilot.active=1
'';
description = "Extra lines appended to <filename>lnd.conf</filename>.";
description = ''
Extra lines appended to `lnd.conf`.
See here for all available options:
https://github.com/lightningnetwork/lnd/blob/master/sample-lnd.conf
'';
};
package = mkOption {
type = types.package;