From 3df47c8440a3b5645733184f72cc4c2f1a46587f Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Wed, 4 May 2022 17:38:54 +0200 Subject: Configuration for prod to run on Wesher & other new stuff --- cluster/prod/site/neptune.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'cluster/prod/site') diff --git a/cluster/prod/site/neptune.nix b/cluster/prod/site/neptune.nix index 900ddf0..6e69b18 100644 --- a/cluster/prod/site/neptune.nix +++ b/cluster/prod/site/neptune.nix @@ -4,6 +4,9 @@ deuxfleurs.site_name = "neptune"; deuxfleurs.lan_default_gateway = "192.168.1.254"; deuxfleurs.lan_ip_prefix_length = 24; + deuxfleurs.ipv6_prefix_length = 64; networking.nameservers = [ "192.168.1.254" ]; + + networking.firewall.allowedTCPPorts = [ 80 443 ]; } -- cgit v1.2.3