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

This commit is contained in:
Raito Bezarius 2022-12-17 02:13:45 +01:00 committed by Cole Helbling
parent 6eb04c578d
commit aac4134f43

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 = {