From e6b148e0596e4864c7e351bb4358311b346a0d0f Mon Sep 17 00:00:00 2001 From: rain Date: Wed, 26 Aug 2026 13:33:22 -0400 Subject: [PATCH] hosts: add nibble.local (192.168.1.19) to LAN entries --- run_once_05-install-hosts.sh.tmpl | 1 + 1 file changed, 1 insertion(+) diff --git a/run_once_05-install-hosts.sh.tmpl b/run_once_05-install-hosts.sh.tmpl index 21a7e96..f3a0d7e 100644 --- a/run_once_05-install-hosts.sh.tmpl +++ b/run_once_05-install-hosts.sh.tmpl @@ -40,6 +40,7 @@ LAN_ENTRIES=$(cat <<'LAN_HOSTS' 192.168.1.172 miche.local 192.168.1.65 kaiser.local 192.168.1.118 riska.local +192.168.1.19 nibble.local LAN_HOSTS )