summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--profiles/server/nginx.nix1
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 ];
};
}