From ad72e17f93c1623c9709d22ba99be6b51abf392b Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Wed, 8 Dec 2021 17:57:54 +0100 Subject: Firewall ports --- node/carcajou.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'node/carcajou.nix') diff --git a/node/carcajou.nix b/node/carcajou.nix index bc90d76..74109bd 100644 --- a/node/carcajou.nix +++ b/node/carcajou.nix @@ -29,4 +29,7 @@ # Activate as Nomad and Consul server node services.nomad.settings.server.enabled = true; services.consul.extraConfig.server = true; + + # Use this node as entrypoint to cluster (Diplonat not working for now) + networking.firewall.allowedTCPPorts = [ 80 443 ]; } -- cgit v1.2.3