jobs -> systemd.services

missed an override

+1 -1
+1 -1
nixos/modules/installer/cd-dvd/system-tarball-pc.nix
··· 109 109 # not be started by default on the installation CD because the 110 110 # default root password is empty. 111 111 services.openssh.enable = true; 112 - jobs.openssh.startOn = lib.mkOverride 50 ""; 112 + systemd.services.openssh.wantedBy = lib.mkOverride 50 []; 113 113 114 114 # To be able to use the systemTarball to catch troubles. 115 115 boot.crashDump = {