commit 32233f881befb140f43dff8aba5ea9cc49d78026
parent 618c9a1418cd63f07702ecead2d36d3d45889a5b
Author: Leah (ctucx) <git@ctu.cx>
Date: Thu, 31 Aug 2023 13:24:23 +0200
parent 618c9a1418cd63f07702ecead2d36d3d45889a5b
Author: Leah (ctucx) <git@ctu.cx>
Date: Thu, 31 Aug 2023 13:24:23 +0200
configurations/linux/services/dns: add domains c3kuscheldistanz.de, c3flauschdistanz.de
1 file changed, 9 insertions(+), 0 deletions(-)
diff --git a/configurations/linux/services/dns.nix b/configurations/linux/services/dns.nix @@ -120,6 +120,15 @@ subdomains.mastodon.CNAME = [ "zug.network." ]; }; + "c3kuscheldistanz.de" = { + inherit SOA NS CAA; + }; + + "c3flauschdistanz.de" = { + inherit SOA NS CAA; + }; + + }; };