Unverified Commit 052489e6 authored by Ryan Lahfa's avatar Ryan Lahfa Committed by GitHub
Browse files

Merge pull request #258074 from RaitoBezarius/ovmf-full-aa64

parents b11ced7a 388c7acd
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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;
  };