commit 0877dd052c77f2ac1381648674509e4823e49473
parent dcda19b81e2769f6e596014b1b0bf8c09723225f
Author: Katja (ctucx) <git@ctu.cx>
Date: Mon, 2 Dec 2024 19:36:05 +0100
parent dcda19b81e2769f6e596014b1b0bf8c09723225f
Author: Katja (ctucx) <git@ctu.cx>
Date: Mon, 2 Dec 2024 19:36:05 +0100
configurations/linux/services/dns: move `ns1` to host `hector`
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configurations/linux/services/dns.nix b/configurations/linux/services/dns.nix @@ -29,7 +29,7 @@ in { inherit SOA NS CAA; subdomains = { - ns1 = (host nodes.trabbi.config.networking.primaryIP4 nodes.trabbi.config.networking.primaryIP); + ns1 = (host nodes.hector.config.networking.primaryIP4 nodes.hector.config.networking.primaryIP); ns2 = (host nodes.wanderduene.config.networking.primaryIP4 nodes.wanderduene.config.networking.primaryIP); _atproto.TXT = [ "did=did:plc:zaeuok3fmh2pcp4cjiicku4i" ];