From cd629a86e95f2059d2476ba94b305bb7af4389b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arma=C3=ABl=20Gu=C3=A9neau?= Date: Sat, 18 Jan 2025 17:00:43 +0100 Subject: [PATCH] update caribou's IPv6 --- cluster/staging/node/caribou.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/staging/node/caribou.nix b/cluster/staging/node/caribou.nix index 487c838..48cc052 100644 --- a/cluster/staging/node/caribou.nix +++ b/cluster/staging/node/caribou.nix @@ -9,7 +9,7 @@ boot.loader.efi.canTouchEfiVariables = true; deuxfleurs.hostName = "caribou"; - deuxfleurs.staticIPv6.address = "2a01:e0a:2c:540::23"; + deuxfleurs.staticIPv6.address = "2a01:e34:ec05:8a40::23"; deuxfleurs.isRaftServer = true; system.stateVersion = "21.05";