Loading pkgs/top-level/all-packages.nix +3 −1 Original line number Diff line number Diff line Loading @@ -27043,7 +27043,9 @@ with pkgs; OVMF = callPackage ../applications/virtualization/OVMF { }; OVMFFull = callPackage ../applications/virtualization/OVMF { secureBoot = true; csmSupport = true; # CSM support is a BIOS emulation mechanism, # SeaBIOS is only available on x86. csmSupport = stdenv.hostPlatform.isx86; httpSupport = true; tpmSupport = true; }; Loading
pkgs/top-level/all-packages.nix +3 −1 Original line number Diff line number Diff line Loading @@ -27043,7 +27043,9 @@ with pkgs; OVMF = callPackage ../applications/virtualization/OVMF { }; OVMFFull = callPackage ../applications/virtualization/OVMF { secureBoot = true; csmSupport = true; # CSM support is a BIOS emulation mechanism, # SeaBIOS is only available on x86. csmSupport = stdenv.hostPlatform.isx86; httpSupport = true; tpmSupport = true; };