diff --git a/nixos/tests/boot.nix b/nixos/tests/boot.nix index 2fdbb0c00b8..6a1d330155e 100644 --- a/nixos/tests/boot.nix +++ b/nixos/tests/boot.nix @@ -12,22 +12,7 @@ let modules = [ ../modules/installer/cd-dvd/installation-cd-minimal.nix ../modules/testing/test-instrumentation.nix - { key = "serial"; - boot.loader.grub.timeout = mkOverride 0 0; - - # The test cannot access the network, so any sources we - # need must be included in the ISO. - isoImage.storeContents = - [ pkgs.glibcLocales - pkgs.sudo - pkgs.docbook5 - pkgs.docbook5_xsl - pkgs.grub - pkgs.perlPackages.XMLLibXML - pkgs.unionfs-fuse - pkgs.gummiboot - ]; - } + { key = "serial"; } ]; }).config.system.build.isoImage;