about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/virtualisation/oci-common.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/nixos/modules/virtualisation/oci-common.nix b/nixos/modules/virtualisation/oci-common.nix
index edca4144c089..19e4c9fa898b 100644
--- a/nixos/modules/virtualisation/oci-common.nix
+++ b/nixos/modules/virtualisation/oci-common.nix
@@ -38,7 +38,6 @@ in
 
   boot.loader.efi.canTouchEfiVariables = false;
   boot.loader.grub = {
-    version = 2;
     device = if cfg.efi then "nodev" else "/dev/sda";
     splashImage = null;
     extraConfig = ''