From b47ca1475decf1a98f10231f0cbeebfb75e7f6ea Mon Sep 17 00:00:00 2001 From: yokai Date: Tue, 4 Aug 2026 16:58:39 -0500 Subject: common: share LAN discovery settings Move ping and Avahi/mDNS configuration into a shared LAN discovery module so kusanagi and enzo both publish their .local names, resolve each other on the LAN, and answer ping. Keep mDNS scoped to the shared Wi-Fi interface instead of using Avahi's global firewall helper. 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..e977351 100644 --- a/common/default.nix +++ b/common/default.nix @@ -5,5 +5,6 @@ { imports = [ ./core.nix + ./lan-discovery.nix ]; } -- cgit v1.3