···109 # not be started by default on the installation CD because the
110 # default root password is empty.
111 services.openssh.enable = true;
112- jobs.openssh.startOn = lib.mkOverride 50 "";
113114 # To be able to use the systemTarball to catch troubles.
115 boot.crashDump = {
···109 # not be started by default on the installation CD because the
110 # default root password is empty.
111 services.openssh.enable = true;
112+ systemd.services.openssh.wantedBy = lib.mkOverride 50 [];
113114 # To be able to use the systemTarball to catch troubles.
115 boot.crashDump = {