diff options
| author | yokai <accounts.8ef6c@simplelogin.com> | 2026-08-04 16:58:39 -0500 |
|---|---|---|
| committer | yokai <accounts.8ef6c@simplelogin.com> | 2026-08-04 16:58:39 -0500 |
| commit | b47ca1475decf1a98f10231f0cbeebfb75e7f6ea (patch) | |
| tree | 5869f3f7c04c5f52dd22e5c639d9858fde71d427 /common/core.nix | |
| parent | b9fd1ff561be58fa9d0fa03180a1a239e47550b5 (diff) | |
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
Diffstat (limited to 'common/core.nix')
| -rw-r--r-- | common/core.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/common/core.nix b/common/core.nix index c06069a..9e9ca7a 100644 --- a/common/core.nix +++ b/common/core.nix @@ -18,7 +18,6 @@ # for tailscale; open only its discovery/connection UDP port and let the # normal host firewall rules apply to tailnet traffic too. - networking.firewall.allowPing = true; networking.firewall.allowedUDPPorts = [ 41641 ]; services.tailscale.enable = true; |
