summary refs log tree commit diff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix4
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"; }
     ];