lightning-loop: add certificate options extraIPs and extraDomains
This is useful for non-local access to the lightning-loop REST server.
This commit is contained in:
parent
edfbe700e7
commit
c853f380d4
2 changed files with 24 additions and 1 deletions
|
|
@ -100,6 +100,7 @@ let
|
|||
tests.lndconnect-onion-clightning = cfg.clightning-rest.lndconnectOnion.enable;
|
||||
|
||||
tests.lightning-loop = cfg.lightning-loop.enable;
|
||||
services.lightning-loop.certificate.extraIPs = [ "20.0.0.1" ];
|
||||
|
||||
tests.lightning-pool = cfg.lightning-pool.enable;
|
||||
nix-bitcoin.onionServices.lnd.public = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue