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>
28 lines
375 B
Markdown
28 lines
375 B
Markdown
# Nix Configuration
|
|
|
|
# Deploy
|
|
|
|
From within this directory:
|
|
|
|
```
|
|
sudo nixos-rebuild switch --flake .
|
|
```
|
|
|
|
# WiFi
|
|
|
|
NetworkManager is enabled. Use the terminal UI to connect:
|
|
|
|
```
|
|
nmtui
|
|
```
|
|
|
|
Select "Activate a connection", pick your network, and enter the password.
|
|
|
|
# Update and deploy
|
|
|
|
From within this directory:
|
|
|
|
```
|
|
nix flake update
|
|
sudo nixos-rebuild switch --flake .
|
|
```
|