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 ++ [ modules = modules ++ [
({ config, ... }: { ({ config, ... }: {
boot.isContainer = true; boot.isContainer = true;
boot.mountDebugFS = false;
system.stateVersion = "25.05"; system.stateVersion = "25.05";
# services.btcpay-full.enable = true; # services.btcpay-full.enable = true;
users.users.root.openssh.authorizedKeys.keys = [ users.users.root.openssh.authorizedKeys.keys = [

View file

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