bitcoind: simplify pruning
Remove the possible null value for bitcoind.prune and set prune = 0 in bitcoind as a default. Remove prune = 0 in secure-node.nix and the mkForce in configuration.nix (bitcoind.prune = lib.mkForce ).
This commit is contained in:
parent
b9a7a71873
commit
0fd99c4cc0
3 changed files with 4 additions and 10 deletions
|
|
@ -64,7 +64,6 @@ in {
|
|||
addnodes = [ "ecoc5q34tmbq54wl.onion" ];
|
||||
discover = false;
|
||||
addresstype = "bech32";
|
||||
prune = 0;
|
||||
dbCache = 1000;
|
||||
};
|
||||
services.tor.hiddenServices.bitcoind = mkHiddenService { port = cfg.bitcoind.port; };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue