rnhmjoj 8f177612b1
nixos/wireless: fix failure with no interfaces
This resolves issue #101963.

When the service is started and no interface is ready yet, wpa_supplicant
is being exec'd with no `-i` flags, thus failing. Once the interfaces
are ready, the udev rule would fire but wouldn't restart the unit because
it wasn't currently running (see systemctl(1) try-restart).

The solution is to exit (with a clear error message) but always restart
wpa_supplicant when the interfaces are modified.
2020-11-24 00:18:18 +01:00
..
2020-11-12 05:22:18 +03:00
2020-11-20 13:03:04 +01:00
2020-11-10 10:11:08 +01:00
2020-11-23 08:42:51 +10:00
2020-11-07 13:37:33 +09:00