docs: document one-time NetworkManager activation
This commit is contained in:
@@ -36,3 +36,14 @@ sudo bash scripts/enable-hibernation.sh
|
||||
```
|
||||
|
||||
After reboot, `systemctl hibernate` will work, and lid close / 30-min idle will suspend-then-hibernate per the tracked logind config.
|
||||
|
||||
### One-time NetworkManager activation
|
||||
|
||||
After `install.sh` deploys the NetworkManager config, swap from `systemd-networkd` to `NetworkManager` (one-time, persistent across reboots):
|
||||
|
||||
```bash
|
||||
sudo systemctl disable --now systemd-networkd
|
||||
sudo systemctl enable --now NetworkManager
|
||||
```
|
||||
|
||||
Wifi will drop for a few seconds and reconnect via iwd's stored profiles. If reconnection fails, re-enter the wifi password via `nm-applet` (tray icon) or `networkmanager_dmenu` (waybar network widget click).
|
||||
|
||||
Reference in New Issue
Block a user