initial retooling #1

Merged
naturallaw777 merged 1130 commits from staging-dev into stable 2026-05-21 08:10:11 -05:00
Showing only changes of commit 91a3e68119 - Show all commits
+1 -2
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"; }
];
}