From a4c50351f5d55438a102d48c63dcbb62f9ef5e8d Mon Sep 17 00:00:00 2001 From: "Henry J. Webster" Date: Tue, 4 Aug 2026 17:10:10 -0500 Subject: networking: expose Ollama and mDNS on Wi-Fi LAN Serve Ollama on kusanagi's Wi-Fi LAN while removing the blanket tailscale0 firewall trust so tailnet traffic follows explicit host firewall rules instead of inheriting every listening service. Add shared LAN networking for both hosts: allow ping, publish and resolve .local names with Avahi, and scope mDNS to each machine's declared Wi-Fi interface. Assisted-by: OpenAI:gpt-5 --- common/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'common/default.nix') diff --git a/common/default.nix b/common/default.nix index 946b3a7..e5bffc0 100644 --- a/common/default.nix +++ b/common/default.nix @@ -5,5 +5,6 @@ { imports = [ ./core.nix + ./net.nix ]; } -- cgit v1.3