commit f5c1a843d4d1210634d06af3dd09525f21e2f07f
parent 97ff825c4c3ebe379a479b80802bdb420c2e01d7
Author: Leah (ctucx) <git@ctu.cx>
Date: Sat, 30 Sep 2023 17:17:07 +0200
parent 97ff825c4c3ebe379a479b80802bdb420c2e01d7
Author: Leah (ctucx) <git@ctu.cx>
Date: Sat, 30 Sep 2023 17:17:07 +0200
configurations/linux/services/dns: add bsky TXT record for `ctu.cx`
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/configurations/linux/services/dns.nix b/configurations/linux/services/dns.nix @@ -36,6 +36,9 @@ ns1 = (host nodes.trabbi.config.networking.primaryIP4 nodes.trabbi.config.networking.primaryIP); ns2 = (host nodes.wanderduene.config.networking.primaryIP4 nodes.wanderduene.config.networking.primaryIP); + + _atproto.TXT = [ "did=did:plc:zaeuok3fmh2pcp4cjiicku4i" ]; + blechkasten.CNAME = [ "blechkasten.home" ]; "internet-of-plants".AAAA = [ "2a0f:4ac0:acab::103" ];