Loading
nixos/networkmanager: match upstream units Install sections
The upstream NetworkManager.service unit[1] has this Install section: [Install] WantedBy=multi-user.target Also=NetworkManager-dispatcher.service Also=NetworkManager-wait-online.service Let's just match that in NixOS and don't try to mess with network.target. The latter should only be used to order units at shutdown, not when booting. [1]: https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/blob/main/data/NetworkManager.service.in?ref_type=heads