monero: fix rcp.restricted option
According to https://monerodocs.org/interacting/monerod-reference/#node-rpc-api the correct option is restricted-rpc, not restrict-rpc.
This commit is contained in:
parent
b690b78b66
commit
e7ab236cab
nixos/modules/services/networking
|
@ -26,7 +26,7 @@ let
|
|||
rpc-login=${rpc.user}:${rpc.password}
|
||||
''}
|
||||
${optionalString rpc.restricted ''
|
||||
restrict-rpc=1
|
||||
restricted-rpc=1
|
||||
''}
|
||||
|
||||
limit-rate-up=${toString limits.upload}
|
||||
|
|
Loading…
Reference in New Issue