commit a72bfe68c8d4581657ed7c0834bf127fe6a63a72
parent 40bddffde6e409ff4747a61bc03895bb5bd8db27
Author: Katja (ctucx) <git@ctu.cx>
Date: Wed, 1 Jan 2025 14:24:25 +0100
parent 40bddffde6e409ff4747a61bc03895bb5bd8db27
Author: Katja (ctucx) <git@ctu.cx>
Date: Wed, 1 Jan 2025 14:24:25 +0100
configurations/linux/services/dns: add `katja.wtf`
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/configurations/linux/services/dns.nix b/configurations/linux/services/dns.nix @@ -73,6 +73,10 @@ in { inherit SOA NS CAA; }; + "katja.wtf" = { + inherit SOA NS CAA; + }; + "ctucx.de" = { inherit SOA NS CAA; }; @@ -80,6 +84,7 @@ in { "zuggeschmack.de" = { inherit SOA NS CAA; }; + "thein.ovh" = { inherit SOA NS CAA; };