From 18b2a1e009c3a605e8f37d142882c3d0d471c2a3 Mon Sep 17 00:00:00 2001 From: Skyler Grey Date: Tue, 23 Sep 2025 19:45:06 +0000 Subject: [PATCH] fix(headscale): add back missing records Change-Id: rvzwppymvnktnkqytwsmvunwrvwttkzu We previously had these records, but we lost them when migrating stuff... They are internal mirrors of some external mostlyturquoise records --- packetmix/systems/teal/headscale.nix | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packetmix/systems/teal/headscale.nix b/packetmix/systems/teal/headscale.nix index 1720ca78..8a24ede6 100644 --- a/packetmix/systems/teal/headscale.nix +++ b/packetmix/systems/teal/headscale.nix @@ -111,6 +111,20 @@ in ); }; dns = { + extra_records = [ + { + # cartandflynns.turquoise.fyi -> nordic + name = "cartandflynns.turquoise.fyi"; + type = "A"; + value = "100.64.0.37"; + } + { + # puttheleeinholly.turquoise.fyi -> nordic + name = "puttheleeinholly.turquoise.fyi"; + type = "A"; + value = "100.64.0.37"; + } + ]; nameservers.global = [ "1.1.1.1" "1.0.0.1" -- 2.43.0