diff options
author | Alex Auvolat <alex@adnab.me> | 2022-08-24 12:31:55 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-08-24 12:31:55 +0200 |
commit | 468c6b702bf5700d23970401ffb79f7776a7d037 (patch) | |
tree | 0a4ddb45bc88b5460252d9ee04f627f6cebc2ca7 /cluster/prod/site/neptune.nix | |
parent | 4253fd84a53bd91bc8ace0f187dbd443b484ab6f (diff) | |
download | nixcfg-468c6b702bf5700d23970401ffb79f7776a7d037.tar.gz nixcfg-468c6b702bf5700d23970401ffb79f7776a7d037.zip |
Add ipv6 gateway at neptune
Diffstat (limited to 'cluster/prod/site/neptune.nix')
-rw-r--r-- | cluster/prod/site/neptune.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cluster/prod/site/neptune.nix b/cluster/prod/site/neptune.nix index f2415d5..5434bd5 100644 --- a/cluster/prod/site/neptune.nix +++ b/cluster/prod/site/neptune.nix @@ -3,6 +3,7 @@ { deuxfleurs.site_name = "neptune"; deuxfleurs.lan_default_gateway = "192.168.1.1"; + deuxfleurs.ipv6_default_gateway = "2a06:a004:3025:1::1"; deuxfleurs.lan_ip_prefix_length = 24; deuxfleurs.ipv6_prefix_length = 64; deuxfleurs.nameservers = [ "192.168.1.1" ]; |