commit e965eeec580dd299b5ce9400247b9082b69622d2
parent 04ac57622d080174966a3357e5ebb9933ba0e984
Author: Leah (ctucx) <git@ctu.cx>
Date: Tue, 9 May 2023 13:32:47 +0200
parent 04ac57622d080174966a3357e5ebb9933ba0e984
Author: Leah (ctucx) <git@ctu.cx>
Date: Tue, 9 May 2023 13:32:47 +0200
common/linux/services/dns: update some records in the "home" section
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/configurations/linux/services/dns.nix b/configurations/linux/services/dns.nix @@ -14,10 +14,12 @@ adminEmail = "dns@ctu.cx"; # Email address with a real `@`! serial = lib.toInt ("2023" + "03" + "04" + "1"); }; + MXApple = with mx; [ (mx 10 "mx01.mail.icloud.com.") (mx 10 "mx02.mail.icloud.com.") ]; + SPFApple = [ "v=spf1 include:icloud.com ~all" ]; @@ -31,14 +33,14 @@ # TXT = SPFApple ++ [ "apple-domain=8Z4zfabXhvO0cjZi" ]; subdomains = { - blechbuechse = (host "195.39.246.42" "2a0f:4ac0:acab:1234::42"); ns1 = (host "89.58.62.171" "2a0a:4cc0:1:2d7::1"); ns2 = (host "46.38.253.139" "2a03:4000:1:45d::1"); + blechkasten.CNAME = [ "blechkasten.home" ]; - "stasicontainer.home" = (host "195.39.246.35" "2a0f:4ac0:acab::35"); "gateway.home" = (host "195.39.246.41" "2a0f:4ac0:acab::1"); + "stasicontainer.home" = (host "195.39.246.35" "2a0f:4ac0:acab::35"); "blechkasten.home" = (host "195.39.246.43" "2a0f:4ac0:acab::43"); - "lollo-old.home" = (host "195.39.246.44" "2a0f:4ac0:acab::44"); + "desktop.home" = (host "195.39.246.44" "2a0f:4ac0:acab::44"); # "sig1._domainkey".CNAME = [ "sig1.dkim.ctu.cx.at.icloudmailadmin.com." ];