bitcoind: use type str for rpcbind
Extra RPC bind addresses can still be added via extraConfig.
This commit is contained in:
parent
6903e8afcc
commit
8b053326cc
8 changed files with 11 additions and 11 deletions
|
|
@ -252,7 +252,7 @@ in {
|
|||
|
||||
services.bitcoind = {
|
||||
bind = netns.bitcoind.address;
|
||||
rpcbind = [ netns.bitcoind.address ];
|
||||
rpcbind = netns.bitcoind.address;
|
||||
rpcallowip = [
|
||||
bridgeIp # For operator user
|
||||
netns.bitcoind.address
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue