aboutsummaryrefslogtreecommitdiff
path: root/cluster/prod/site/neptune.nix
diff options
context:
space:
mode:
Diffstat (limited to 'cluster/prod/site/neptune.nix')
-rw-r--r--cluster/prod/site/neptune.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/cluster/prod/site/neptune.nix b/cluster/prod/site/neptune.nix
index 885c260..a4aac6d 100644
--- a/cluster/prod/site/neptune.nix
+++ b/cluster/prod/site/neptune.nix
@@ -7,6 +7,8 @@
deuxfleurs.lan_ip_prefix_length = 24;
deuxfleurs.ipv6_prefix_length = 64;
deuxfleurs.nameservers = [ "192.168.1.1" ];
+ deuxfleurs.cname_target = "neptune.site.deuxfleurs.fr.";
+ deuxfleurs.public_ipv4 = "77.207.15.215";
networking.firewall.allowedTCPPorts = [ 80 443 ];
}