From 9e39677e1d17ef03ea8ccb4feda15e2eb30be55a Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Wed, 24 Aug 2022 11:06:55 +0200 Subject: Fix IPv6 --- cluster/prod/site/orion.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'cluster/prod/site') diff --git a/cluster/prod/site/orion.nix b/cluster/prod/site/orion.nix index 5a521d0..acc905a 100644 --- a/cluster/prod/site/orion.nix +++ b/cluster/prod/site/orion.nix @@ -3,6 +3,7 @@ { deuxfleurs.site_name = "orion"; deuxfleurs.lan_default_gateway = "192.168.1.254"; + deuxfleurs.ipv6_default_gateway = "2a01:e0a:28f:5e60::1"; deuxfleurs.lan_ip_prefix_length = 24; deuxfleurs.ipv6_prefix_length = 64; deuxfleurs.nameservers = [ "192.168.1.254" ]; -- cgit v1.2.3