installer tests: avoid udisks2

This is a temporary hack to fix channel until we resolve #42324.
This commit is contained in:
Vladimír Čunát 2018-06-21 11:31:34 +02:00
parent 11a0d130ff
commit a8c71037e0
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -51,6 +51,8 @@ let
hardware.enableAllFirmware = lib.mkForce false;
services.udisks2.enable = lib.mkDefault false;
${replaceChars ["\n"] ["\n "] extraConfig}
}
'';
@ -250,6 +252,8 @@ let
++ optional (bootLoader == "grub" && grubVersion == 1) pkgs.grub
++ optionals (bootLoader == "grub" && grubVersion == 2) [ pkgs.grub2 pkgs.grub2_efi ];
services.udisks2.enable = mkDefault false;
nix.binaryCaches = mkForce [ ];
nix.extraOptions =
''