Move firewall ports to their respective service modules

Agent-Logs-Url: https://github.com/naturallaw777/staging_alpha/sessions/e4dbc0e0-e273-4e3e-a1ec-059ae9b06a50

Co-authored-by: naturallaw777 <99053422+naturallaw777@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-04-14 13:45:51 +00:00
committed by GitHub
parent 99413a5dbe
commit 57d12aab9e
4 changed files with 8 additions and 3 deletions

View File

@@ -99,6 +99,9 @@ lib.mkIf config.sovran_systemsOS.services.bitcoin {
'';
};
networking.firewall.allowedTCPPorts = [ 3051 ];
networking.firewall.allowedUDPPorts = [ 3051 ];
sovran_systemsOS.domainRequirements = [
{ name = "btcpayserver"; label = "BTCPay Server"; example = "pay.yourdomain.com"; }
];