From e27bf0ef1f32272e13613b23755ee039115cf969 Mon Sep 17 00:00:00 2001 From: naturallaw77 Date: Mon, 31 Aug 2026 10:27:11 -0500 Subject: [PATCH] fixed typo --- modules/sovran-bitcoin-integration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/sovran-bitcoin-integration.nix b/modules/sovran-bitcoin-integration.nix index e856c00..4d6c156 100644 --- a/modules/sovran-bitcoin-integration.nix +++ b/modules/sovran-bitcoin-integration.nix @@ -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 {