From cd11d91f0af434c61f44f4f18f16523936b30241 Mon Sep 17 00:00:00 2001 From: Robin Gloster Date: Sun, 17 Jan 2016 22:01:42 +0000 Subject: jobs -> systemd.services missed an override --- nixos/modules/installer/cd-dvd/system-tarball-pc.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixos') diff --git a/nixos/modules/installer/cd-dvd/system-tarball-pc.nix b/nixos/modules/installer/cd-dvd/system-tarball-pc.nix index 1156003d3f472..5da5df81ede12 100644 --- a/nixos/modules/installer/cd-dvd/system-tarball-pc.nix +++ b/nixos/modules/installer/cd-dvd/system-tarball-pc.nix @@ -109,7 +109,7 @@ in # not be started by default on the installation CD because the # default root password is empty. services.openssh.enable = true; - jobs.openssh.startOn = lib.mkOverride 50 ""; + systemd.services.openssh.wantedBy = lib.mkOverride 50 []; # To be able to use the systemTarball to catch troubles. boot.crashDump = { -- cgit 1.4.1