Files
omarchy/install/config/hardware/network.sh
2025-08-31 13:21:00 +02:00

9 lines
257 B
Bash
Executable File

#!/bin/bash
# Ensure iwd service will be started
sudo systemctl enable iwd.service
# Prevent systemd-networkd-wait-online timeout on boot
sudo systemctl disable systemd-networkd-wait-online.service
sudo systemctl mask systemd-networkd-wait-online.service