feat(dns01): setup NS address

This commit is contained in:
Constantin Gierczak--Galle 2024-12-07 11:06:30 +01:00
parent 3e39ba8862
commit e7ed143c7b
No known key found for this signature in database

View file

@ -7,7 +7,7 @@ in
with dns.lib.combinators; with dns.lib.combinators;
{ {
SOA = { SOA = {
nameServer = "ns01.lab.dgnum.eu"; nameServer = "dns01.lab.dgnum.eu";
adminEmail = "dns@dgnum.eu"; adminEmail = "dns@dgnum.eu";
serial = 2019030800; serial = 2019030800;
retry = 3600; retry = 3600;
@ -15,8 +15,7 @@ with dns.lib.combinators;
}; };
NS = [ NS = [
"ns01.lab.dgnum.eu." "dns01.lab.dgnum.eu."
"ns02.lab.dgnum.eu."
]; ];
#A = [ "203.0.113.1" ]; #A = [ "203.0.113.1" ];
@ -29,8 +28,7 @@ with dns.lib.combinators;
immich = host "129.199.146.101" null; immich = host "129.199.146.101" null;
# Nameservers # Nameservers
# TODO: fill this in dns01 = host "45.13.104.26" "2a0e:e701:1120:1000:ffff::45.13.104.26";
#ns01 = host "" null;
# *.infra.beta.dgnum.eu # *.infra.beta.dgnum.eu
infra = { infra = {