orion: route mcp.metacircular.net zone to rift via resolved

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-03-26 09:04:37 -07:00
parent 0d1fe5536f
commit 170c4ab67d

View File

@@ -6,4 +6,15 @@
../../configs/qemu.nix ../../configs/qemu.nix
../../configs/mcpkg.nix ../../configs/mcpkg.nix
]; ];
# Route internal Metacircular zones to rift's CoreDNS (MCNS precursor).
# Uses systemd-resolved domain routing so rift handles only *.mcp.metacircular.net
# while DHCP/Tailscale DNS handles everything else.
networking.nameservers = [
"192.168.88.181"
"100.95.252.120"
];
services.resolved.domains = [
"~mcp.metacircular.net"
];
} }