Remove server configuration from Bitcoin ecosystem

This commit is contained in:
Sovran_Systems
2026-04-16 12:21:19 -05:00
committed by GitHub
parent bda9c3cd0e
commit 91a3e68119

View File

@@ -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"; }
];
}