From a6239611ba03c584d41fa1eeb65b78d02de2ddfb Mon Sep 17 00:00:00 2001 From: Nathan Date: Thu, 7 Aug 2025 11:55:44 -0500 Subject: [PATCH] test local dns --- system-config/configuration/homebox/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/system-config/configuration/homebox/default.nix b/system-config/configuration/homebox/default.nix index 9c8825a..cf49489 100644 --- a/system-config/configuration/homebox/default.nix +++ b/system-config/configuration/homebox/default.nix @@ -109,8 +109,8 @@ hosts = { "192.168.100.11" = [ "blunkall.us" "*.blunkall.us" ]; "192.168.100.20" = [ "gitea.blunkall.us" ]; - "192.168.100.21:5678" = [ "n8n.blunkall.us" ]; - "192.168.100.25:8123" = [ "hass.blunkall.us" ]; + "192.168.100.21:5678" = [ "n8n.local" ]; + "192.168.100.25:8123" = [ "hass.local" ]; }; nftables = {}; nat = {