Move zmq options from nix-bitcoin.nix to bitcoind module

This commit is contained in:
Jonas Nick
2019-09-02 21:22:29 +00:00
parent e4d2aab561
commit cf39d88c63
2 changed files with 4 additions and 2 deletions

View File

@@ -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;