From 745cd866ef615ee064a2bb65ccdeb6cb62e738d5 Mon Sep 17 00:00:00 2001 From: sid Date: Tue, 5 May 2026 23:11:11 +0200 Subject: [PATCH] reordered coredns block --- hosts/sid/services/coredns.nix | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/hosts/sid/services/coredns.nix b/hosts/sid/services/coredns.nix index 39dfe46..4507167 100644 --- a/hosts/sid/services/coredns.nix +++ b/hosts/sid/services/coredns.nix @@ -14,15 +14,16 @@ hosts { ${hosts.sid.ip} ${ca-fqdn} + # Tailnet hosts + ${hosts.rx4.ip} rx4.tail + ${hosts.sid.ip} sid.tail + ${hosts.vde.ip} vde.tail + # Intranet services ${hosts.sid.ip} ${services.netdata.fqdn} ${hosts.sid.ip} ${services.vaultwarden.fqdn} ${hosts.sid.ip} ${services.webdav.fqdn} - # Tailnet hosts - ${hosts.rx4.ip} rx4.tail - ${hosts.sid.ip} sid.tail - ${hosts.vde.ip} vde.tail fallthrough } forward . 1.1.1.1 8.8.8.8 -- 2.51.2