From 5ec77dfde68ad49f9e559a4c4e1d36c35ec4e7c4 Mon Sep 17 00:00:00 2001 From: Jack O'Sullivan Date: Wed, 13 Mar 2024 21:00:20 +0000 Subject: [PATCH] nixos/routing-common: Add DNS for Shytzel and wave --- nixos/boxes/home/routing-common/dns.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/nixos/boxes/home/routing-common/dns.nix b/nixos/boxes/home/routing-common/dns.nix index 4080451..f6e17c7 100644 --- a/nixos/boxes/home/routing-common/dns.nix +++ b/nixos/boxes/home/routing-common/dns.nix @@ -182,8 +182,10 @@ in dave-lo IN A ${net.cidr.host 11 prefixes.lo.v4} dave-lo IN AAAA ${net.cidr.host (65536+2) prefixes.lo.v6} - ;ap0 IN A ${net.cidr.host 12 prefixes.hi.v4} - ;ap0 IN AAAA ${net.cidr.host (65536+3) prefixes.hi.v6} + shytzel IN A ${net.cidr.host 12 prefixes.core.v4} + + wave IN A ${net.cidr.host 12 prefixes.hi.v4} + wave IN AAAA ${net.cidr.host (65536+3) prefixes.hi.v6} vibe IN A ${net.cidr.host 13 prefixes.hi.v4} vibe IN AAAA ${net.cidr.host (65536+4) prefixes.hi.v6}