ctucx.git: nixfiles

ctucx' nixfiles

commit e06bd884453730c0e188846cec132f42c36b45e6
parent 7fc0f0aec7e40d62582e32f08915981b35b7096f
Author: Leah (ctucx) <git@ctu.cx>
Date: Fri, 9 Dec 2022 22:35:25 +0100

configurations/linux/services/dns: update ip's of `zug.network`
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/configurations/linux/services/dns.nix b/configurations/linux/services/dns.nix
@@ -12,7 +12,7 @@
       SOA = {
         nameServer = "ns1.ctu.cx.";
         adminEmail = "dns@ctu.cx"; # Email address with a real `@`!
-        serial     = lib.toInt ("2022" + "11" + "26" + "10");
+        serial     = lib.toInt ("2022" + "12" + "08" + "1");
       };
       MXApple  = with mx; [
         (mx 10 "mx01.mail.icloud.com.")

@@ -105,7 +105,7 @@
         };
       };
 
-      "zug.network" = (host "185.228.138.69" "2a03:4000:23:c3::1") // {
+      "zug.network" = (host "185.232.70.80" "2a03:4000:4e:af1::1") // {
         inherit SOA NS CAA;
 
         subdomains.mastodon.CNAME = [ "zug.network." ];