Enabling pruning and container friendly again

This commit is contained in:
jeirmeister 2025-08-01 11:52:55 -07:00
parent 4aa1f8bd61
commit 87c9cd1b1b
2 changed files with 3 additions and 2 deletions

View file

@ -24,6 +24,7 @@
modules = modules ++ [
({ config, ... }: {
boot.isContainer = true;
boot.mountDebugFS = false;
system.stateVersion = "25.05";
# services.btcpay-full.enable = true;
users.users.root.openssh.authorizedKeys.keys = [

View file

@ -24,8 +24,8 @@
dataDirReadableByGroup = false;
disablewallet = null;
dbCache = 4000;
# prune = 10000;
txindex = true;
prune = 10000;
# txindex = true;
zmqpubrawblock = "tcp://0.0.0.0:28332";
zmqpubrawtx = "tcp://0.0.0.0:28333";
user = "bitcoind";