summary refs log tree commit diff
path: root/secrets/secrets.nix
diff options
context:
space:
mode:
authorMel <mel@rnrd.eu>2025-10-03 18:24:28 +0200
committerMel <mel@rnrd.eu>2025-10-03 18:24:28 +0200
commit46f5b502625402b130a23b3f25d6c4395c154806 (patch)
tree541b1591032c595fcd55077e1201b8c14ca85006 /secrets/secrets.nix
parent514dcb90b0cea0dfa5a896a4fdebbe4fcb7459f8 (diff)
downloadnetwork-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 'secrets/secrets.nix')
-rw-r--r--secrets/secrets.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/secrets/secrets.nix b/secrets/secrets.nix
index 670f747..9fc5281 100644
--- a/secrets/secrets.nix
+++ b/secrets/secrets.nix
@@ -5,10 +5,10 @@ let
   inherit (keys.system)
     renard
     lapin
-    taupe
     corsac
     fourmi
-    zibeline
+    taupe
+    truite
     taureau
     ;
 in
@@ -46,7 +46,7 @@ in
     renard
 
     taupe
-    zibeline
+    truite
     taureau
   ] ++ allAdmins;
 }