ctucx.git: nixfiles

ctucx' nixfiles

commit bbd844e1e78d0f5437b0f4074e7dfbc36a331db8
parent 9d3f87d5edca0e4d7764c17f92efa1e1e82bd956
Author: Leah (ctucx) <git@ctu.cx>
Date: Fri, 8 Mar 2024 13:20:03 +0100

configurations/linux/services/dns: remove unnecessary zones
1 file changed, 0 insertions(+), 13 deletions(-)
diff --git a/configurations/linux/services/dns.nix b/configurations/linux/services/dns.nix
@@ -83,10 +83,6 @@ in {
           };
         };
 
-        "oeffisear.ch" = {
-          inherit SOA NS CAA;
-        };
-
         "wifionic.de" = {
           inherit SOA NS CAA;
         };

@@ -123,15 +119,6 @@ in {
           };
         };
 
-        "c3kuscheldistanz.de" = {
-          inherit SOA NS CAA;
-        };
-
-        "c3flauschdistanz.de" = {
-          inherit SOA NS CAA;
-        };
-
-
       };
     };
   };