diff options
author | Baptiste Jonglez <git@bitsofnetworks.org> | 2024-05-30 10:12:48 +0200 |
---|---|---|
committer | Baptiste Jonglez <git@bitsofnetworks.org> | 2024-05-30 10:12:48 +0200 |
commit | 02bdc5a0c0d5f890e3b2fad9a352e9658a969380 (patch) | |
tree | 7b49eefca5dbbcd97bbc73fda05e6b895fe08374 /cluster/staging/site | |
parent | 726f4b2f323c090bfe14604dac4349763689eb78 (diff) | |
download | nixcfg-02bdc5a0c0d5f890e3b2fad9a352e9658a969380.tar.gz nixcfg-02bdc5a0c0d5f890e3b2fad9a352e9658a969380.zip |
Move piranha to new network
Diffstat (limited to 'cluster/staging/site')
-rw-r--r-- | cluster/staging/site/corrin.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cluster/staging/site/corrin.nix b/cluster/staging/site/corrin.nix index de1a28d..d07de32 100644 --- a/cluster/staging/site/corrin.nix +++ b/cluster/staging/site/corrin.nix @@ -2,7 +2,7 @@ { deuxfleurs.siteName = "corrin"; - deuxfleurs.staticIPv4.defaultGateway = "192.168.1.1"; + deuxfleurs.staticIPv4.defaultGateway = "192.168.5.1"; deuxfleurs.cnameTarget = "corrin.site.staging.deuxfleurs.org."; - deuxfleurs.publicIPv4 = "109.222.162.50"; + deuxfleurs.publicIPv4 = "45.81.62.36"; } |