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
No known key found for this signature in database
GPG key ID: 33312B944DD97846
2 changed files with 10 additions and 2 deletions

View file

@ -46,7 +46,11 @@ let
example = ''
debuglevel=trace
'';
description = "Extra lines appended to the configuration file.";
description = ''
Extra lines appended to the configuration file.
See here for all available options:
https://github.com/lightninglabs/loop/blob/11ab596080e9d36f1df43edbeba0702b25aa7457/loopd/config.go#L119
'';
};
cli = mkOption {
default = pkgs.writeScriptBin "loop" ''