nixos/tests/bootspec: add EFI support for GRUB test
This commit is contained in:
committed by
Cole Helbling
parent
6eb04c578d
commit
aac4134f43
@@ -19,6 +19,7 @@ let
|
||||
uefi = {
|
||||
virtualisation.useEFIBoot = true;
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
boot.loader.grub.efiSupport = true;
|
||||
environment.systemPackages = [ pkgs.efibootmgr ];
|
||||
};
|
||||
standard = {
|
||||
|
||||
Reference in New Issue
Block a user