From 46f5b502625402b130a23b3f25d6c4395c154806 Mon Sep 17 00:00:00 2001 From: Mel Date: Fri, 3 Oct 2025 18:24:28 +0200 Subject: Rename Russian VPN server "zibeline" into "truite" I think when all our VPN server names start with a "T", it looks pretty nice! If you didn't notice: The "T" stands for "Tunnel"! :) Signed-off-by: Mel --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 61c0522..2698651 100644 --- a/flake.nix +++ b/flake.nix @@ -62,10 +62,10 @@ machines = with systems; mkMachines [ { name = "corsac"; system = x86; tailscale.ip = "100.64.100.100"; } { name = "lapin"; system = arm; tailscale.ip = "100.83.254.27"; } - { name = "taupe"; system = arm; tailscale.ip = "100.103.211.75"; } { name = "renard"; system = x86; tailscale.ip = "100.75.17.75"; } { name = "fourmi"; system = arm; tailscale.ip = "100.99.119.83"; } - { name = "zibeline"; system = x86; tailscale.ip = "100.103.200.75"; } + { name = "taupe"; system = arm; tailscale.ip = "100.103.211.75"; } + { name = "truite"; system = x86; tailscale.ip = "100.103.200.75"; } { name = "taureau"; system = x86; tailscale.ip = "100.67.75.4"; } ]; -- cgit 1.4.1