Fix intermittent mDNS resolution failures
Switch NetworkManager WiFi backend to iwd to resolve repeated wpa_supplicant disconnects caused by nl80211 send_event_marker incompatibility with iwlwifi. Each disconnect was triggering avahi SIGHUP reloads, causing .local name resolution to fail for several minutes at a time. Also disable WiFi power save in TLP and enable IPv6 mDNS resolution via NSS (nssmdns6) for hosts that only advertise IPv6 addresses. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
e67c840994
commit
394e4415d3
4 changed files with 15 additions and 0 deletions
|
|
@ -53,6 +53,7 @@
|
|||
|
||||
# Enable networking
|
||||
networking.networkmanager.enable = true;
|
||||
networking.networkmanager.wifi.backend = "iwd";
|
||||
|
||||
# Enable CUPS to print documents.
|
||||
services.printing.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue