about summary refs log tree commit diff
diff options
context:
space:
mode:
-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 = {