diff options
author | Armaël Guéneau <armael.gueneau@ens-lyon.org> | 2024-04-26 18:00:47 +0200 |
---|---|---|
committer | Armaël Guéneau <armael.gueneau@ens-lyon.org> | 2024-04-26 18:00:56 +0200 |
commit | 6307f7e62f85552cabb22ae69e14a797a974ee92 (patch) | |
tree | aa2b02581994122bded44402db1757f72162fda5 | |
parent | 37192f9dff1de1543676a1e77109bc0bde57d425 (diff) | |
download | nixcfg-6307f7e62f85552cabb22ae69e14a797a974ee92.tar.gz nixcfg-6307f7e62f85552cabb22ae69e14a797a974ee92.zip |
caribou: update ipv6 address after ISP change
-rw-r--r-- | cluster/staging/node/caribou.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cluster/staging/node/caribou.nix b/cluster/staging/node/caribou.nix index 80293e9..487c838 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 = "2001:910:1204:1::23"; + deuxfleurs.staticIPv6.address = "2a01:e0a:2c:540::23"; deuxfleurs.isRaftServer = true; system.stateVersion = "21.05"; |