This commit is contained in:
Yureka 2024-08-05 07:20:59 +02:00
parent 20fc4c8f96
commit fe3cb577c1

View file

@ -5,7 +5,7 @@ in
{
config = lib.mkIf (cfg.enable && cfg.netboot) {
systemd.services.openssh.after = [ "provision-ssh-hostkey" ];
systemd.services.openssh.after = [ "provision-ssh-hostkey.service" ];
systemd.services.provision-ssh-hostkey = {
wantedBy = [ "multi-user.target" ];
serviceConfig = {