mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
nixos/virtualisation: always use EFI for OCI
This commit is contained in:
parent
cd67657ae2
commit
d5d4b08488
@ -3,7 +3,7 @@
|
||||
options = {
|
||||
oci = {
|
||||
efi = lib.mkOption {
|
||||
default = pkgs.stdenv.hostPlatform.isAarch64;
|
||||
default = true;
|
||||
internal = true;
|
||||
description = ''
|
||||
Whether the OCI instance is using EFI.
|
||||
|
Loading…
Reference in New Issue
Block a user