From 8ae9ec65148378bbd97bd6c83fa58832b8516407 Mon Sep 17 00:00:00 2001 From: Baptiste Jonglez Date: Fri, 24 Mar 2023 13:01:24 +0100 Subject: [PATCH] Update piranha IP again --- cluster/staging/node/piranha.nix | 2 +- cluster/staging/site/corrin.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cluster/staging/node/piranha.nix b/cluster/staging/node/piranha.nix index 9ac2a07..1832b6a 100644 --- a/cluster/staging/node/piranha.nix +++ b/cluster/staging/node/piranha.nix @@ -12,7 +12,7 @@ deuxfleurs.network_interface = "eno1"; deuxfleurs.lan_ip = "192.168.1.25"; - deuxfleurs.ipv6 = "2a01:cb05:8984:9900:223:24ff:feb0:ea82"; + deuxfleurs.ipv6 = "2a01:cb05:9142:7400:223:24ff:feb0:ea82"; deuxfleurs.cluster_ip = "10.14.3.1"; deuxfleurs.is_raft_server = true; diff --git a/cluster/staging/site/corrin.nix b/cluster/staging/site/corrin.nix index ca2ae49..32b43ca 100644 --- a/cluster/staging/site/corrin.nix +++ b/cluster/staging/site/corrin.nix @@ -8,7 +8,7 @@ deuxfleurs.ipv6_prefix_length = 64; deuxfleurs.nameservers = [ "192.168.1.1" ]; deuxfleurs.cname_target = "corrin.site.staging.deuxfleurs.org."; - deuxfleurs.public_ipv4 = "82.120.233.78"; + deuxfleurs.public_ipv4 = "2.13.96.213"; networking.firewall.allowedTCPPorts = [ 80 443 ]; }