system-tarball-pc: not use boot.initrd.extraTools anymore

Eelco removed the option recently, making the default initrd have the full
busybox.

I saw this evaluation error in the hydra nixos trunk page.
This commit is contained in:
Lluís Batlle i Rossell 2012-06-27 22:26:27 +02:00
parent dbe2325603
commit 34e8f68056

View file

@ -158,9 +158,6 @@ in
services.openssh.enable = true;
jobs.openssh.startOn = pkgs.lib.mkOverrideTemplate 50 {} "";
# To have a nicer initrd, even though the initrd can't mount an nfsroot now
boot.initrd.withExtraTools = true;
# To be able to use the systemTarball to catch troubles.
boot.crashDump = {
enable = true;