From 3a8fe660a54b7c7696fb3d0a52856400c33287de Mon Sep 17 00:00:00 2001 From: Berwn Date: Wed, 17 Jun 2026 12:15:26 +0700 Subject: [PATCH] Swap ZeroTier external members: drop Alex/Alex-gateway, add alex-nixos --- clan.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/clan.nix b/clan.nix index e7ccb27..6e132e0 100644 --- a/clan.nix +++ b/clan.nix @@ -41,8 +41,7 @@ in # Inventory machines are auto-accepted; this is only for peers outside the # clan. Node id comes from `zerotier-cli info` on the joining device. roles.controller.settings.allowedIps = map ztMemberIp [ - "dbe44c0287" # Alex-gateway - "b0e0b84fd3" # Alex + "8802c8d7e0" # alex-nixos "2bd36db8cc" # kurogeek-thinkpad ]; };