ctucx.git: nixfiles

ctucx' nixfiles

commit 5586ebe7bf2d2fc44506d029e40fd6ab4dd57253
parent 3ebe88fcce0601366eb4662e9a03b96ed30fab05
Author: Leah (ctucx) <git@ctu.cx>
Date: Sat, 4 Nov 2023 15:54:40 +0100

configurations/linux/services/dns: remove `zug.network`
2 files changed, 0 insertions(+), 15 deletions(-)
diff --git a/configurations/linux/services/dns.nix b/configurations/linux/services/dns.nix
@@ -117,12 +117,6 @@
         };
       };
 
-      "zug.network" = (host "185.232.70.80" "2a03:4000:4e:af1::1") // {
-        inherit SOA NS CAA;
-
-        subdomains.mastodon.CNAME = [ "zug.network." ];
-      };
-
       "c3kuscheldistanz.de" = {
         inherit SOA NS CAA;
       };
diff --git a/machines/trabbi/mail.nix b/machines/trabbi/mail.nix
@@ -75,15 +75,6 @@ in {
       };
     };
 
-    "zug.network" = {
-      inherit MX TXT;
-
-      subdomains = {
-        _dmarc.TXT               = [ DMARC ];
-        "mail._domainkey".TXT    = [ "v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCl+VU9Bx/MAxyiYttChdXIlvEMUT5jY4k7n/g5d2ISHBqsH6is8fttOZlBv+N8vEQ1pD+DKNdFKqb2ZXfXPwln4rL5FbzN6O0BRXuATxRpI5WA1Fi3N+us17I8b0YaGK+Se5eQKcqpxZ6x8Ao2f7cRCW7xa6aqGtyDwexsmuw+4QIDAQAB" ];
-      };
-    };
-
     "flauschehorn.sexy" = {
       inherit MX TXT;