diff options
author | Alex Auvolat <alex@adnab.me> | 2023-01-03 19:27:35 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2023-01-03 19:27:35 +0100 |
commit | 606668e25ede883f8640daeb8f9a0d7605e88853 (patch) | |
tree | e99fc01bcfc0984fca12723be34b6efeabc897cb /cluster/prod/site/neptune.nix | |
parent | 18eef6e8e793279c3525ae510836821431d61f65 (diff) | |
download | nixcfg-606668e25ede883f8640daeb8f9a0d7605e88853.tar.gz nixcfg-606668e25ede883f8640daeb8f9a0d7605e88853.zip |
fill in cname_target and public_ipv4 for prod cluster
Diffstat (limited to 'cluster/prod/site/neptune.nix')
-rw-r--r-- | cluster/prod/site/neptune.nix | 2 |
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 ]; } |