bitcoind: group rpc options under parent option 'rpc'
This commit is contained in:
parent
5b7e0d09b2
commit
dd4a0238f9
3 changed files with 16 additions and 16 deletions
|
|
@ -247,7 +247,7 @@ in {
|
|||
services.bitcoind = {
|
||||
address = netns.bitcoind.address;
|
||||
rpc.address = netns.bitcoind.address;
|
||||
rpcallowip = [
|
||||
rpc.allowip = [
|
||||
bridgeIp # For operator user
|
||||
netns.bitcoind.address
|
||||
] ++ map (n: netns.${n}.address) netns.bitcoind.availableNetns;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue