nixos/tests/bootspec: add EFI support for GRUB test

This commit is contained in:
Raito Bezarius
2022-12-16 17:15:59 -08:00
committed by Cole Helbling
parent 6eb04c578d
commit aac4134f43
+1
View File
@@ -19,6 +19,7 @@ let
uefi = {
virtualisation.useEFIBoot = true;
boot.loader.efi.canTouchEfiVariables = true;
boot.loader.grub.efiSupport = true;
environment.systemPackages = [ pkgs.efibootmgr ];
};
standard = {