Files
nixpkgs/nixos/modules/virtualisation
talyz d9ac3ba30b nixos/ec2-data: sshd.service -> sshd-keygen.service
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.
2025-09-18 15:33:06 +02:00
..
2025-07-24 13:55:40 +02:00
2025-07-24 13:55:40 +02:00
2025-09-05 18:32:31 +02:00