From e77254e97f16dfec41277e46ba3ddc7e2bd3d664 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Sat, 25 Dec 2021 19:06:19 +0100 Subject: Configure firewall to allow messages from router for IGD --- site/neptune.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'site') diff --git a/site/neptune.nix b/site/neptune.nix index 13e0e21..f640fc1 100644 --- a/site/neptune.nix +++ b/site/neptune.nix @@ -8,6 +8,7 @@ services.nomad.settings.datacenter = "neptune"; + # Allow router to reach nodes in this site networking.firewall.allowedTCPPorts = [ 80 443 ]; # ---- -- cgit v1.2.3