clightning: add consistent address options
Also remove option 'autolisten'. This option has no effect because option 'bind-addr' is always set.
This commit is contained in:
@@ -254,7 +254,7 @@ in {
|
||||
};
|
||||
systemd.services.bitcoind-import-banlist.serviceConfig.NetworkNamespacePath = "/var/run/netns/nb-bitcoind";
|
||||
|
||||
services.clightning.bind-addr = netns.clightning.address;
|
||||
services.clightning.address = netns.clightning.address;
|
||||
|
||||
services.lnd = {
|
||||
address = netns.lnd.address;
|
||||
|
||||
Reference in New Issue
Block a user