diff options
author | Alex Auvolat <alex@adnab.me> | 2024-04-20 09:37:24 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2024-04-20 09:37:24 +0200 |
commit | eddc95c5df810cb8a23235060915907a57c4913e (patch) | |
tree | f5a9e6360cb60547cd7a0e700b6e05663de20b2f /cluster/prod/site | |
parent | fb871fd350e20562a3514f45635fa3f7e2067437 (diff) | |
download | nixcfg-eddc95c5df810cb8a23235060915907a57c4913e.tar.gz nixcfg-eddc95c5df810cb8a23235060915907a57c4913e.zip |
prod: update ip config for Free ISP at Neptune
Diffstat (limited to 'cluster/prod/site')
-rw-r--r-- | cluster/prod/site/neptune.nix | 2 |
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"; } |