Unverified Commit acde5fd0 authored by Adam C. Stephens's avatar Adam C. Stephens Committed by GitHub
Browse files

Merge pull request #272340 from lodi/ovmfsecure

OVMFFull: remove legacy CSM attribute, add `tlsSupport`
parents 2dfde0ed 08f37e63
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -27096,11 +27096,9 @@ with pkgs;
  OVMF = callPackage ../applications/virtualization/OVMF { };
  OVMFFull = callPackage ../applications/virtualization/OVMF {
    secureBoot = true;
    # CSM support is a BIOS emulation mechanism,
    # SeaBIOS is only available on x86.
    csmSupport = stdenv.hostPlatform.isx86;
    httpSupport = true;
    tpmSupport = true;
    tlsSupport = true;
  };
  ops = callPackage ../applications/virtualization/ops { };