From 837cfdae68153a861ed364e5f369527ca3bf22a2 Mon Sep 17 00:00:00 2001 From: Adrian Cowan Date: Sun, 18 May 2025 21:16:02 +1000 Subject: [PATCH] Remove comment about terraform access to nomad it was orignally only working over tailscale, but it turned out it was just being blocked by the host firewall, that tailscale was bypassing. This was fixed back in the initial commit using nix by setting networking.firewall.allowedTCPPorts to include 4646. --- 2-nomad-config/1-infra.tf | 1 - 1 file changed, 1 deletion(-) diff --git a/2-nomad-config/1-infra.tf b/2-nomad-config/1-infra.tf index 66dd031..35430e9 100644 --- a/2-nomad-config/1-infra.tf +++ b/2-nomad-config/1-infra.tf @@ -1,5 +1,4 @@ provider "nomad" { - # For some reason nomad is binding to the tailscale IP but not the (local) IP that we get for the same hostname address = "http://jaglan-beta-m01:4646" }