fix: open ports 80/443 in proxy module when proxies are configured #5

Merged
greg merged 1 commits from klaatu/nixos:fix/proxy-firewall into main 2026-03-25 22:37:43 +00:00
1 Commits
Author SHA1 Message Date
root a5719c4e02 fix: open ports 80/443 in proxy module when proxies are configured
buildbot/nix-eval Build done. (1 warning)
buildbot/nix-build Build done.
The greg.proxies module enables nginx but never opened the firewall,
so all proxied services (Jellyfin, Grafana, etc.) were unreachable
on the LAN. Add allowedTCPPorts [80 443] conditioned on the same
mkIf guard as the nginx virtualHosts config.
2026-03-25 17:35:52 -05:00