diff options
author | Alex Auvolat <alex@adnab.me> | 2022-06-01 15:27:11 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-06-01 15:27:11 +0200 |
commit | c81442dc01690e2c471b0de4dc8fac60c5c5befa (patch) | |
tree | b78665d343c15b099cdd104cdfb2aeca9036f0bb /cluster/prod | |
parent | 0dedbd2d22ed0ffacc32f191e870a9295b153d5b (diff) | |
download | nixcfg-c81442dc01690e2c471b0de4dc8fac60c5c5befa.tar.gz nixcfg-c81442dc01690e2c471b0de4dc8fac60c5c5befa.zip |
Update README; DNS on prod
Diffstat (limited to 'cluster/prod')
-rw-r--r-- | cluster/prod/site/neptune.nix | 3 |
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 ]; } |