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:
Erik Arvstedt
2022-07-07 16:08:28 +02:00
parent edfbe700e7
commit c853f380d4
2 changed files with 24 additions and 1 deletions

View File

@@ -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;