aboutsummaryrefslogtreecommitdiff
path: root/cluster/prod/site/neptune.nix
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2024-04-20 09:37:24 +0200
committerAlex Auvolat <alex@adnab.me>2024-04-20 09:37:24 +0200
commiteddc95c5df810cb8a23235060915907a57c4913e (patch)
treef5a9e6360cb60547cd7a0e700b6e05663de20b2f /cluster/prod/site/neptune.nix
parentfb871fd350e20562a3514f45635fa3f7e2067437 (diff)
downloadnixcfg-eddc95c5df810cb8a23235060915907a57c4913e.tar.gz
nixcfg-eddc95c5df810cb8a23235060915907a57c4913e.zip
prod: update ip config for Free ISP at Neptune
Diffstat (limited to 'cluster/prod/site/neptune.nix')
-rw-r--r--cluster/prod/site/neptune.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/cluster/prod/site/neptune.nix b/cluster/prod/site/neptune.nix
index ab24f4a..5f3e6e2 100644
--- a/cluster/prod/site/neptune.nix
+++ b/cluster/prod/site/neptune.nix
@@ -2,7 +2,7 @@
{
deuxfleurs.siteName = "neptune";
- deuxfleurs.staticIPv4.defaultGateway = "192.168.1.1";
+ deuxfleurs.staticIPv4.defaultGateway = "192.168.1.254";
deuxfleurs.cnameTarget = "neptune.site.deuxfleurs.fr.";
deuxfleurs.publicIPv4 = "77.207.15.215";
}