mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-08 06:28:50 +03:00
nixos/tests/bootspec: add EFI support for GRUB test
This commit is contained in:
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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user