Merge pull request #272340 from lodi/ovmfsecure
OVMFFull: remove legacy CSM attribute, add `tlsSupport`
This commit is contained in:
commit
acde5fd027
1 changed files with 1 additions and 3 deletions
|
@ -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 { };
|
||||
|
|
Loading…
Reference in a new issue