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:
parent
dbe2325603
commit
34e8f68056
@ -158,9 +158,6 @@ in
|
|||||||
services.openssh.enable = true;
|
services.openssh.enable = true;
|
||||||
jobs.openssh.startOn = pkgs.lib.mkOverrideTemplate 50 {} "";
|
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.
|
# To be able to use the systemTarball to catch troubles.
|
||||||
boot.crashDump = {
|
boot.crashDump = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user