From aac4134f430fb15386a174c6556ca0116616d2ea Mon Sep 17 00:00:00 2001 From: Raito Bezarius Date: Sat, 17 Dec 2022 02:13:45 +0100 Subject: [PATCH] nixos/tests/bootspec: add EFI support for GRUB test --- nixos/tests/bootspec.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/tests/bootspec.nix b/nixos/tests/bootspec.nix index 0d37d0e56574..13360bb1eaa2 100644 --- a/nixos/tests/bootspec.nix +++ b/nixos/tests/bootspec.nix @@ -19,6 +19,7 @@ let uefi = { virtualisation.useEFIBoot = true; boot.loader.efi.canTouchEfiVariables = true; + boot.loader.grub.efiSupport = true; environment.systemPackages = [ pkgs.efibootmgr ]; }; standard = {