diff options
| -rw-r--r-- | profiles/server/nginx.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/profiles/server/nginx.nix b/profiles/server/nginx.nix index ab308b4..3662598 100644 --- a/profiles/server/nginx.nix +++ b/profiles/server/nginx.nix @@ -20,5 +20,6 @@ virtualHosts."${ivi.domain}" = { }; }; + networking.firewall.allowedTCPPorts = [ 80 443 ]; }; } |
