about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRaito Bezarius <masterancpp@gmail.com>2022-12-17 02:13:45 +0100
committerCole Helbling <cole.e.helbling@outlook.com>2022-12-16 17:15:59 -0800
commitaac4134f430fb15386a174c6556ca0116616d2ea (patch)
tree69419ed691cb353f0a6d59a78314442193c959d8
parent6eb04c578d69b3d719743ccaa40103fc62ec72ea (diff)
nixos/tests/bootspec: add EFI support for GRUB test
-rw-r--r--nixos/tests/bootspec.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/tests/bootspec.nix b/nixos/tests/bootspec.nix
index 0d37d0e56574b..13360bb1eaa2e 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 = {