chore(clan): point vps-relay at public IPv4 while ZT identity bootstraps 🎯

This commit is contained in:
DannyDannyDanny 2026-04-24 17:48:52 +02:00
parent ba277b3f49
commit 4332dfcbb5

View file

@ -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";
};
};