diff --git a/modules/system/boot/stage-1-extratools.nix b/modules/system/boot/stage-1-extratools.nix index 4b83d17bd38..7cd68e6385a 100644 --- a/modules/system/boot/stage-1-extratools.nix +++ b/modules/system/boot/stage-1-extratools.nix @@ -13,7 +13,7 @@ in options = { boot.initrd.withExtraTools = mkOption { - default = true; + default = false; type = with types; bool; description = '' Have busybox utils in initrd, and an interactive bash.