fixed typo

This commit is contained in:
2026-08-31 10:27:11 -05:00
parent 362fa0b36c
commit e27bf0ef1f
+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 {