Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
nixos/cloud-init: order after network-online.target (#44633)
Some modules of cloud-init can cope with a network not immediately available (notably, the EC2 module), but some others won't retry if network is not available (notably, the Cloudstack module). network.target doesn't give much guarantee about the network availability. Applications not able to start without a fully configured network should be ordered after network-online.target. Also see #44573 and #44524.
- Loading branch information