From c81442dc01690e2c471b0de4dc8fac60c5c5befa Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Wed, 1 Jun 2022 15:27:11 +0200 Subject: Update README; DNS on prod --- cluster/prod/site/neptune.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'cluster/prod/site') diff --git a/cluster/prod/site/neptune.nix b/cluster/prod/site/neptune.nix index 3770c2f..f2415d5 100644 --- a/cluster/prod/site/neptune.nix +++ b/cluster/prod/site/neptune.nix @@ -5,8 +5,7 @@ deuxfleurs.lan_default_gateway = "192.168.1.1"; deuxfleurs.lan_ip_prefix_length = 24; deuxfleurs.ipv6_prefix_length = 64; - - networking.nameservers = [ "192.168.1.1" ]; + deuxfleurs.nameservers = [ "192.168.1.1" ]; networking.firewall.allowedTCPPorts = [ 80 443 ]; } -- cgit v1.2.3