aboutsummaryrefslogtreecommitdiff
path: root/cluster
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2022-06-01 15:27:11 +0200
committerAlex Auvolat <alex@adnab.me>2022-06-01 15:27:11 +0200
commitc81442dc01690e2c471b0de4dc8fac60c5c5befa (patch)
treeb78665d343c15b099cdd104cdfb2aeca9036f0bb /cluster
parent0dedbd2d22ed0ffacc32f191e870a9295b153d5b (diff)
downloadnixcfg-c81442dc01690e2c471b0de4dc8fac60c5c5befa.tar.gz
nixcfg-c81442dc01690e2c471b0de4dc8fac60c5c5befa.zip
Update README; DNS on prod
Diffstat (limited to 'cluster')
-rw-r--r--cluster/prod/site/neptune.nix3
1 files changed, 1 insertions, 2 deletions
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 ];
}