diff options
Diffstat (limited to 'node')
-rw-r--r-- | node/carcajou.nix | 3 |
1 files changed, 3 insertions, 0 deletions
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 ]; } |