OVMFFull: add TLS, remove conflicting CSM support

This commit is contained in:
lodi
2023-12-21 13:37:01 -05:00
parent 490828bce1
commit 08f37e63d4
+1 -3
View File
@@ -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 { };