diff --git a/cluster/staging/node/piranha.nix b/cluster/staging/node/piranha.nix index 436965c..2b9907d 100644 --- a/cluster/staging/node/piranha.nix +++ b/cluster/staging/node/piranha.nix @@ -10,7 +10,7 @@ deuxfleurs.hostName = "piranha"; deuxfleurs.staticIPv4.address = "192.168.1.25/24"; - deuxfleurs.ipv6Address = "2a01:cb05:8984:9900:223:24ff:feb0:ea82"; + deuxfleurs.ipv6Address = "2a01:cb05:9142:7400:223:24ff:feb0:ea82"; deuxfleurs.isRaftServer = true; system.stateVersion = "22.11"; diff --git a/cluster/staging/site/corrin.nix b/cluster/staging/site/corrin.nix index 0083986..6eb5239 100644 --- a/cluster/staging/site/corrin.nix +++ b/cluster/staging/site/corrin.nix @@ -4,7 +4,7 @@ deuxfleurs.siteName = "corrin"; deuxfleurs.staticIPv4.defaultGateway = "192.168.1.1"; deuxfleurs.cnameTarget = "corrin.site.staging.deuxfleurs.org."; - deuxfleurs.publicIPv4 = "82.120.233.78"; + deuxfleurs.publicIPv4 = "2.13.96.213"; networking.firewall.allowedTCPPorts = [ 80 443 ]; }