mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-11-14 19:58:30 +01:00
SSH key generation was split out into its own systemd service in
https://github.com/NixOS/nixpkgs/pull/372979, but dependent service
definitions weren't updated.
The `apply-ec2-data` service needs to run before SSH key generation,
as it fetches host keys defined in ec2 user data and these keys should
take priority over generating new ones. Currently, the ordering
doesn't specify which should run first of `apply-ec2-data` and
`sshd-keygen`; in practice it seems that `sshd-keygen` often wins the
race, though.
Update the dependencies so that `apply-ec2-data` always runs first.
(cherry picked from commit
|
||
|---|---|---|
| .. | ||
| podman | ||
| amazon-ec2-amis.nix | ||
| amazon-image.nix | ||
| amazon-init.nix | ||
| amazon-options.nix | ||
| appvm.nix | ||
| azure-agent.nix | ||
| azure-bootstrap-blobs.nix | ||
| azure-common.nix | ||
| azure-config-user.nix | ||
| azure-config.nix | ||
| azure-image.nix | ||
| build-vm.nix | ||
| cloudstack-config.nix | ||
| container-config.nix | ||
| containerd.nix | ||
| containers.nix | ||
| cri-o.nix | ||
| digital-ocean-config.nix | ||
| digital-ocean-image.nix | ||
| digital-ocean-init.nix | ||
| disk-image.nix | ||
| disk-size-option.nix | ||
| docker-image.nix | ||
| docker-rootless.nix | ||
| docker.nix | ||
| ec2-amis.nix | ||
| ec2-data.nix | ||
| ec2-metadata-fetcher.sh | ||
| ecs-agent.nix | ||
| google-compute-config.nix | ||
| google-compute-image.nix | ||
| grow-partition.nix | ||
| hyperv-guest.nix | ||
| hyperv-image.nix | ||
| incus-agent.nix | ||
| incus-virtual-machine.nix | ||
| incus.nix | ||
| kubevirt.nix | ||
| kvmgt.nix | ||
| libvirtd.nix | ||
| linode-config.nix | ||
| linode-image.nix | ||
| lxc-container.nix | ||
| lxc-image-metadata.nix | ||
| lxc-instance-common.nix | ||
| lxc.nix | ||
| lxcfs.nix | ||
| lxd-agent.nix | ||
| lxd-virtual-machine.nix | ||
| lxd.nix | ||
| multipass.nix | ||
| nixos-containers.nix | ||
| oci-common.nix | ||
| oci-config-user.nix | ||
| oci-containers.nix | ||
| oci-image.nix | ||
| oci-options.nix | ||
| openstack-config.nix | ||
| openstack-metadata-fetcher.nix | ||
| openstack-options.nix | ||
| openvswitch.nix | ||
| parallels-guest.nix | ||
| proxmox-image.nix | ||
| proxmox-lxc.nix | ||
| qemu-guest-agent.nix | ||
| qemu-vm.nix | ||
| rosetta.nix | ||
| spice-usb-redirection.nix | ||
| vagrant-guest.nix | ||
| vagrant-virtualbox-image.nix | ||
| virtualbox-guest.nix | ||
| virtualbox-host.nix | ||
| virtualbox-image.nix | ||
| vmware-guest.nix | ||
| vmware-host.nix | ||
| vmware-image.nix | ||
| waagent.nix | ||
| waydroid.nix | ||
| xe-guest-utilities.nix | ||
| xen-boot-builder.sh | ||
| xen-dom0.nix | ||
| xen-domU.nix | ||