commit cfc62d50635ef878290edfd3a4e062246611bde0
parent 659e147a5933fe8c9d8c9b7c19a5c8ea690d7a35
Author: Leah (ctucx) <git@ctu.cx>
Date: Mon, 15 May 2023 12:17:50 +0200
parent 659e147a5933fe8c9d8c9b7c19a5c8ea690d7a35
Author: Leah (ctucx) <git@ctu.cx>
Date: Mon, 15 May 2023 12:17:50 +0200
configurations/linux/services/dns: add record `internet-of-plants`
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/configurations/linux/services/dns.nix b/configurations/linux/services/dns.nix @@ -35,7 +35,9 @@ subdomains = { ns1 = (host "89.58.62.171" "2a0a:4cc0:1:2d7::1"); ns2 = (host "46.38.253.139" "2a03:4000:1:45d::1"); - blechkasten.CNAME = [ "blechkasten.home" ]; + + blechkasten.CNAME = [ "blechkasten.home" ]; + "internet-of-plants".AAAA = [ (aaaa "2a0f:4ac0:acab::103") ]; "gateway.home" = (host "195.39.246.41" "2a0f:4ac0:acab::1"); "stasicontainer.home" = (host "195.39.246.35" "2a0f:4ac0:acab::35");