From 3a8588a1ea5878b54d93346b14a6028683644b87 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Wed, 4 Jan 2023 11:10:10 +0100 Subject: [PATCH] Open ports 80 and 443 on all Orion nodes --- cluster/prod/site/orion.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/prod/site/orion.nix b/cluster/prod/site/orion.nix index 08ef51a..fb4ba22 100644 --- a/cluster/prod/site/orion.nix +++ b/cluster/prod/site/orion.nix @@ -10,5 +10,5 @@ deuxfleurs.cname_target = "orion.site.deuxfleurs.fr."; deuxfleurs.public_ipv4 = "82.66.80.201"; - networking.firewall.allowedTCPPorts = [ ]; + networking.firewall.allowedTCPPorts = [ 80 443 ]; }