diff options
author | Alex Auvolat <alex@adnab.me> | 2022-10-09 17:07:47 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-10-09 17:07:47 +0200 |
commit | c239e34a2521d101e060da6251c5d3562bc72329 (patch) | |
tree | a6fb59aa3f56ff53289182799a190db47d4decaf /cluster/prod/site | |
parent | e8cdd6864a76b72f6db53143d544bb8cbf0fd9d1 (diff) | |
download | nixcfg-c239e34a2521d101e060da6251c5d3562bc72329.tar.gz nixcfg-c239e34a2521d101e060da6251c5d3562bc72329.zip |
IPv6 prefix at Neptune changed again
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 477e660..d08a30c 100644 --- a/cluster/prod/site/neptune.nix +++ b/cluster/prod/site/neptune.nix @@ -3,7 +3,7 @@ { deuxfleurs.site_name = "neptune"; deuxfleurs.lan_default_gateway = "192.168.1.1"; - deuxfleurs.ipv6_default_gateway = "2a06:a003:515d:1::1"; + deuxfleurs.ipv6_default_gateway = "2a06:a003:d019:1::1"; deuxfleurs.lan_ip_prefix_length = 24; deuxfleurs.ipv6_prefix_length = 64; deuxfleurs.nameservers = [ "192.168.1.1" ]; |