fix: correct disablewallet casing

This commit is contained in:
2026-08-31 10:46:19 -05:00
parent e27bf0ef1f
commit ef1c045e0e
+1 -1
View File
@@ -58,7 +58,7 @@ in {
services.bitcoind = lib.mkIf cfg.services.bitcoin {
dataDir = "/run/media/Second_Drive/BTCEcoandBackup/Bitcoin_Node";
# The OS always enables the bitcoind wallet — the Hub and BTCPay need it.
disableWallet = lib.mkForce false;
disablewallet = lib.mkForce false;
};
services.electrs = lib.mkIf cfg.services.bitcoin {