diff --git a/install/config/network.sh b/install/config/network.sh index f0b11499..c7ef33c4 100644 --- a/install/config/network.sh +++ b/install/config/network.sh @@ -7,12 +7,6 @@ if ! command -v iwctl &>/dev/null; then sudo systemctl enable --now iwd.service fi -# Fix systemd-networkd-wait-online timeout for multiple interfaces -# Wait for any interface to be online rather than all interfaces -# https://wiki.archlinux.org/title/Systemd-networkd#Multiple_interfaces_that_are_not_connected_all_the_time -sudo mkdir -p /etc/systemd/system/systemd-networkd-wait-online.service.d -sudo tee /etc/systemd/system/systemd-networkd-wait-online.service.d/wait-for-only-one-interface.conf >/dev/null <