summary refs log tree commit diff
path: root/nixos/modules/installer
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2013-10-29 01:15:17 +0100
committerEelco Dolstra <eelco.dolstra@logicblox.com>2013-10-29 01:15:17 +0100
commit760d0a00dc439130b47094bbac5d6e262aa775a8 (patch)
tree5ab278b64b457777ae67a61687d0debc2d881849 /nixos/modules/installer
parent3115addf4c47fe6ca572188ec271ca567d505507 (diff)
downloadnixlib-760d0a00dc439130b47094bbac5d6e262aa775a8.tar
nixlib-760d0a00dc439130b47094bbac5d6e262aa775a8.tar.gz
nixlib-760d0a00dc439130b47094bbac5d6e262aa775a8.tar.bz2
nixlib-760d0a00dc439130b47094bbac5d6e262aa775a8.tar.lz
nixlib-760d0a00dc439130b47094bbac5d6e262aa775a8.tar.xz
nixlib-760d0a00dc439130b47094bbac5d6e262aa775a8.tar.zst
nixlib-760d0a00dc439130b47094bbac5d6e262aa775a8.zip
Fix mkOverride call
Diffstat (limited to 'nixos/modules/installer')
-rw-r--r--nixos/modules/installer/cd-dvd/system-tarball-pc.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/installer/cd-dvd/system-tarball-pc.nix b/nixos/modules/installer/cd-dvd/system-tarball-pc.nix
index b7965fc6e0b6..fcb96f7a24fe 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 = pkgs.lib.mkOverrideTemplate 50 "";
+  jobs.openssh.startOn = pkgs.lib.mkOverride 50 "";
 
   # To be able to use the systemTarball to catch troubles.
   boot.crashDump = {