zaphyra's git: nixfiles

zaphyra's nixfiles

commit 204f77889bd71091ac00118f835bcfee58f82c7f
parent d8806a193cf8d1e39a4a0c2319e1845690ca6c08
Author: Katja Ramona Sophie Kwast (zaphyra) <git@zaphyra.eu>
Date: Thu, 7 Aug 2025 12:44:21 +0200

config/nixos/modules/presets/zaphyra/dnsServer: add subdomain for `zuggeschmack.de`
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/config/nixos/modules/presets/zaphyra/dnsServer.nix b/config/nixos/modules/presets/zaphyra/dnsServer.nix
@@ -131,7 +131,10 @@ in
             inherit SOA NS CAA;
             A = [ "94.16.104.148" ];
             AAAA = [ "2a03:4000:50:e8::1" ];
-            subdomains.client.CNAME = [ "zuggeschmack.de." ];
+            subdomains = {
+              trabbi.CNAME = [ "zuggeschmack.de." ];
+              client.CNAME = [ "zuggeschmack.de." ];
+            };
           };
         };