nixos/virtualisation: always use EFI for OCI
This commit is contained in:
parent
cd67657ae2
commit
d5d4b08488
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
options = {
|
options = {
|
||||||
oci = {
|
oci = {
|
||||||
efi = lib.mkOption {
|
efi = lib.mkOption {
|
||||||
default = pkgs.stdenv.hostPlatform.isAarch64;
|
default = true;
|
||||||
internal = true;
|
internal = true;
|
||||||
description = ''
|
description = ''
|
||||||
Whether the OCI instance is using EFI.
|
Whether the OCI instance is using EFI.
|
||||||
|
|
Loading…
Reference in a new issue