commit 8714c92b9a3b56732cf26bef1f9fa42fded813ac
parent 6f3b31d0883b567ab8860402facd6474856fd851
Author: Katja Ramona Sophie Kwast (zaphyra) <git@zaphyra.eu>
Date: Thu, 7 Aug 2025 12:44:21 +0200
parent 6f3b31d0883b567ab8860402facd6474856fd851
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." ]; + }; }; };