From 91a3e681192eba72288538d11f133260d7084682 Mon Sep 17 00:00:00 2001 From: Sovran_Systems <99053422+naturallaw777@users.noreply.github.com> Date: Thu, 16 Apr 2026 12:21:19 -0500 Subject: [PATCH] Remove server configuration from Bitcoin ecosystem --- modules/bitcoinecosystem.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/bitcoinecosystem.nix b/modules/bitcoinecosystem.nix index ac8b8b5..58d4632 100755 --- a/modules/bitcoinecosystem.nix +++ b/modules/bitcoinecosystem.nix @@ -12,7 +12,6 @@ lib.mkIf config.sovran_systemsOS.services.bitcoin { disablewallet = true; extraConfig = '' peerbloomfilters=1 - server=1 ''; }; @@ -102,7 +101,7 @@ lib.mkIf config.sovran_systemsOS.services.bitcoin { networking.firewall.allowedTCPPorts = [ 3051 ]; networking.firewall.allowedUDPPorts = [ 3051 ]; - sovran_systemsOS.domainRequirements = [ + sovran_systemsOS.domainRequirements = [ { name = "btcpayserver"; label = "BTCPay Server"; example = "pay.yourdomain.com"; } ]; }