mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-13 15:43:39 +00:00
Merge pull request #258074 from RaitoBezarius/ovmf-full-aa64
This commit is contained in:
commit
052489e617
@ -27043,7 +27043,9 @@ with pkgs;
|
||||
OVMF = callPackage ../applications/virtualization/OVMF { };
|
||||
OVMFFull = callPackage ../applications/virtualization/OVMF {
|
||||
secureBoot = true;
|
||||
csmSupport = true;
|
||||
# CSM support is a BIOS emulation mechanism,
|
||||
# SeaBIOS is only available on x86.
|
||||
csmSupport = stdenv.hostPlatform.isx86;
|
||||
httpSupport = true;
|
||||
tpmSupport = true;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user