diff options
| author | Mel <mel@rnrd.eu> | 2025-10-03 18:24:28 +0200 |
|---|---|---|
| committer | Mel <mel@rnrd.eu> | 2025-10-03 18:24:28 +0200 |
| commit | 46f5b502625402b130a23b3f25d6c4395c154806 (patch) | |
| tree | 541b1591032c595fcd55077e1201b8c14ca85006 /flake.nix | |
| parent | 514dcb90b0cea0dfa5a896a4fdebbe4fcb7459f8 (diff) | |
| download | network-46f5b502625402b130a23b3f25d6c4395c154806.tar.zst network-46f5b502625402b130a23b3f25d6c4395c154806.zip | |
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 <mel@rnrd.eu>
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 4 |
1 files changed, 2 insertions, 2 deletions
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"; } ]; |
