ctucx.git: nixfiles

ctucx' nixfiles

commit 08b4fd4c3806d889e31e9f763c94844d61eef904
parent 811619043a8d0ad56810b8d62701c418a08349ee
Author: Leah (ctucx) <git@ctu.cx>
Date: Fri, 4 Nov 2022 17:46:35 +0100

configurations/linux/services/dns: add new domain `zug.network
1 file changed, 6 insertions(+), 0 deletions(-)
diff --git a/configurations/linux/services/dns.nix b/configurations/linux/services/dns.nix
@@ -109,6 +109,12 @@
         };
       };
 
+      "zug.network" = (host "185.228.138.69" "2a03:4000:23:c3::1") // {
+        inherit SOA NS CAA;
+
+        subdomains.mastodon.CNAME = [ "zug.network." ];
+      };
+
     };
   };