From 4332dfcbb52f6233ebd111a79841f1f29e45eeca Mon Sep 17 00:00:00 2001 From: DannyDannyDanny Date: Fri, 24 Apr 2026 17:48:52 +0200 Subject: [PATCH] =?UTF-8?q?chore(clan):=20point=20vps-relay=20at=20public?= =?UTF-8?q?=20IPv4=20while=20ZT=20identity=20bootstraps=20=F0=9F=8E=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- flake-modules/clan.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/flake-modules/clan.nix b/flake-modules/clan.nix index 6b1926e..706aa0f 100644 --- a/flake-modules/clan.nix +++ b/flake-modules/clan.nix @@ -103,8 +103,12 @@ in { host = "fdd5:53a2:de33:d269:6499:936c:48a:bbdc"; user = "danny"; }; + # Using public IPv4 while ZT identity is being bootstrapped on the + # VPS. Swap to ZT IPv6 (fdd5:53a2:de33:d269:6499:9305:339f:2ed3) + # after the first clan update uploads SOPS keys and zerotierone + # restarts with the clan-managed identity. roles.default.machines.vps-relay.settings = { - host = "fdd5:53a2:de33:d269:6499:9305:339f:2ed3"; + host = "89.167.39.251"; user = "danny"; }; };