clightning: remove redundant option 'bitcoin-rpcconnect'
This commit is contained in:
parent
abd32cde30
commit
c24ac5d363
2 changed files with 3 additions and 10 deletions
|
|
@ -267,10 +267,7 @@ in {
|
|||
};
|
||||
systemd.services.bitcoind-import-banlist.serviceConfig.NetworkNamespacePath = "/var/run/netns/nb-bitcoind";
|
||||
|
||||
services.clightning = {
|
||||
bitcoin-rpcconnect = netns.bitcoind.address;
|
||||
bind-addr = netns.clightning.address;
|
||||
};
|
||||
services.clightning.bind-addr = netns.clightning.address;
|
||||
|
||||
services.lnd = {
|
||||
listen = netns.lnd.address;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue