Move zmq options from nix-bitcoin.nix to bitcoind module
This commit is contained in:
parent
e4d2aab561
commit
cf39d88c63
2 changed files with 4 additions and 2 deletions
|
|
@ -75,8 +75,6 @@ in {
|
|||
discover=0
|
||||
addresstype=bech32
|
||||
changetype=bech32
|
||||
${optionalString (config.services.lnd.enable) "zmqpubrawblock=${config.services.bitcoind.zmqpubrawblock}"}
|
||||
${optionalString (config.services.lnd.enable) "zmqpubrawtx=${config.services.bitcoind.zmqpubrawtx}"}
|
||||
'';
|
||||
services.bitcoind.prune = 0;
|
||||
services.bitcoind.dbCache = 1000;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue