Don't try hashed mirrors in the installer test

+5
+5
nixos/tests/installer.nix
··· 243 243 ++ optionals (bootLoader == "grub" && grubVersion == 2) [ pkgs.grub2 pkgs.grub2_efi ]; 244 244 245 245 nix.binaryCaches = mkForce [ ]; 246 + nix.extraOptions = 247 + '' 248 + hashed-mirrors = 249 + connect-timeout = 1 250 + ''; 246 251 }; 247 252 248 253 };