electrs: use consistent args formatting
One line per arg.
This commit is contained in:
parent
45bcbf683d
commit
a6dde36b87
@ -91,9 +91,11 @@ in {
|
|||||||
else
|
else
|
||||||
"--jsonrpc-import --index-batch-size=10"
|
"--jsonrpc-import --index-batch-size=10"
|
||||||
} \
|
} \
|
||||||
--db-dir '${cfg.dataDir}' --daemon-dir '${config.services.bitcoind.dataDir}' \
|
--db-dir='${cfg.dataDir}' \
|
||||||
|
--daemon-dir='${config.services.bitcoind.dataDir}' \
|
||||||
--electrum-rpc-addr=${toString cfg.address}:${toString cfg.port} \
|
--electrum-rpc-addr=${toString cfg.address}:${toString cfg.port} \
|
||||||
--daemon-rpc-addr=${toString cfg.daemonrpc} ${cfg.extraArgs}
|
--daemon-rpc-addr=${toString cfg.daemonrpc} \
|
||||||
|
${cfg.extraArgs}
|
||||||
'';
|
'';
|
||||||
User = cfg.user;
|
User = cfg.user;
|
||||||
Group = cfg.group;
|
Group = cfg.group;
|
||||||
|
Loading…
Reference in New Issue
Block a user