installer tests: avoid udisks2
This is a temporary hack to fix channel until we resolve #42324.
This commit is contained in:
parent
11a0d130ff
commit
a8c71037e0
@ -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 =
|
||||
''
|
||||
|
Loading…
Reference in New Issue
Block a user