From 5eae6db9e330856e0799429c4496d3edd5f1271b Mon Sep 17 00:00:00 2001 From: Thiago Kenji Okada Date: Thu, 21 Sep 2023 22:05:34 +0100 Subject: nixos/virtualisation: remove deprecated option from OCI common --- nixos/modules/virtualisation/oci-common.nix | 1 - 1 file changed, 1 deletion(-) (limited to 'nixos') 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 = '' -- cgit 1.4.1