diff options
author | Baptiste Jonglez <git@bitsofnetworks.org> | 2023-03-24 13:01:24 +0100 |
---|---|---|
committer | Baptiste Jonglez <git@bitsofnetworks.org> | 2023-03-24 13:01:24 +0100 |
commit | 8ae9ec65148378bbd97bd6c83fa58832b8516407 (patch) | |
tree | a0098f1bfd2d907e6112cacd50ddb12a7132403f /cluster/staging/site | |
parent | 76c8e8f0b0a703c7b067d3315a93d0512fbf2e76 (diff) | |
download | nixcfg-8ae9ec65148378bbd97bd6c83fa58832b8516407.tar.gz nixcfg-8ae9ec65148378bbd97bd6c83fa58832b8516407.zip |
Update piranha IP again
Diffstat (limited to 'cluster/staging/site')
-rw-r--r-- | cluster/staging/site/corrin.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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 ]; } |