nixos/virtualisation: remove deprecated option from OCI common

This commit is contained in:
Thiago Kenji Okada 2023-09-21 22:05:34 +01:00
parent e8fc4d22e9
commit 5eae6db9e3

View File

@ -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 = ''