Merge pull request #272340 from lodi/ovmfsecure

OVMFFull: remove legacy CSM attribute, add `tlsSupport`
This commit is contained in:
Adam C. Stephens
2023-12-22 15:19:10 -05:00
committed by GitHub
+1 -3
View File
@@ -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 { };