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
commit acde5fd027
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 { };