diff options
author | Alex Auvolat <alex@adnab.me> | 2022-12-07 12:32:21 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-12-07 12:32:21 +0100 |
commit | ab97a7bffd9b369bb55220b4542de3ccddda5803 (patch) | |
tree | 28e531bdee2fc1614c9e49c99eb357b0c03ae9dc /cluster | |
parent | 1d4599fc1c7cd783c6c2857194276eb1f5513ba6 (diff) | |
download | nixcfg-ab97a7bffd9b369bb55220b4542de3ccddda5803.tar.gz nixcfg-ab97a7bffd9b369bb55220b4542de3ccddda5803.zip |
Staging: Add CNAME target meta parameter, will be used for diplonat auto dns update
Diffstat (limited to 'cluster')
-rw-r--r-- | cluster/staging/site/neptune.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cluster/staging/site/neptune.nix b/cluster/staging/site/neptune.nix index 7126dcd..3da3717 100644 --- a/cluster/staging/site/neptune.nix +++ b/cluster/staging/site/neptune.nix @@ -7,6 +7,7 @@ deuxfleurs.lan_ip_prefix_length = 24; deuxfleurs.ipv6_prefix_length = 64; deuxfleurs.nameservers = [ "192.168.1.1" ]; + deuxfleurs.cname_target = "neptune.site.staging.deuxfleurs.org."; networking.firewall.allowedTCPPorts = [ 80 443 ]; |