about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--nixos/modules/virtualisation/oci-options.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/virtualisation/oci-options.nix b/nixos/modules/virtualisation/oci-options.nix
index 15c7b30863db..0dfedc6a530c 100644
--- a/nixos/modules/virtualisation/oci-options.nix
+++ b/nixos/modules/virtualisation/oci-options.nix
@@ -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.