diff options
author | Baptiste Jonglez <git@bitsofnetworks.org> | 2023-10-22 20:17:33 +0200 |
---|---|---|
committer | Baptiste Jonglez <git@bitsofnetworks.org> | 2023-10-22 20:17:33 +0200 |
commit | d396f35235098939e082075d09d4c6a2db38b632 (patch) | |
tree | 34dfd2b21886017d44bba6dc6361c1158714024c | |
parent | 78ed3864d7206712e26fe9f8636a45c529ad16c2 (diff) | |
download | nixcfg-d396f35235098939e082075d09d4c6a2db38b632.tar.gz nixcfg-d396f35235098939e082075d09d4c6a2db38b632.zip |
Update IP for piranha.corrin
-rw-r--r-- | cluster/staging/node/piranha.nix | 2 | ||||
-rw-r--r-- | 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 789b01d..5783e6a 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"; - deuxfleurs.staticIPv6.address = "2a01:cb05:9142:7400:223:24ff:feb0:ea82"; + deuxfleurs.staticIPv6.address = "2a01:cb05:911e:ec00:223:24ff:feb0:ea82"; system.stateVersion = "22.11"; } diff --git a/cluster/staging/site/corrin.nix b/cluster/staging/site/corrin.nix index 027f6b3..de1a28d 100644 --- a/cluster/staging/site/corrin.nix +++ b/cluster/staging/site/corrin.nix @@ -4,5 +4,5 @@ deuxfleurs.siteName = "corrin"; deuxfleurs.staticIPv4.defaultGateway = "192.168.1.1"; deuxfleurs.cnameTarget = "corrin.site.staging.deuxfleurs.org."; - deuxfleurs.publicIPv4 = "2.13.96.213"; + deuxfleurs.publicIPv4 = "109.222.162.50"; } |