Commit 08f37e63 authored by lodi's avatar lodi
Browse files

OVMFFull: add TLS, remove conflicting CSM support

parent 490828bc
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -27091,11 +27091,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 { };