Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: b35238f90933
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 57840dbffb38
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Aug 7, 2018

  1. 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.
    vincentbernat authored and xeji committed Aug 7, 2018
    Configuration menu
    Copy the full SHA
    57840db View commit details
    Browse the repository at this point in the history