OVMFFull: add TLS, remove conflicting CSM support
This commit is contained in:
@@ -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 { };
|
||||
|
||||
Reference in New Issue
Block a user