Merge #118: Move zmq options from nix-bitcoin.nix to bitcoind module
0c22af03b7Allow AnyProtocol for bitcoin if zmq options are set (and not if lnd is enabled) (Jonas Nick)cf39d88c63Move zmq options from nix-bitcoin.nix to bitcoind module (Jonas Nick) Pull request description: ... which is a better place for this. CC @cypherpunk2140 Top commit has no ACKs. Tree-SHA512: 47d1b95fef78ee31711b5ad5a59000adfb0fcd3bbfe82c7321d87f5a6d7c998646d3428a1c86ff9b0103b167501c8cf3b16e00d4e2b5c09425ab09f732f75a57
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user