Commit 5eae6db9 authored by Thiago Kenji Okada's avatar Thiago Kenji Okada
Browse files

nixos/virtualisation: remove deprecated option from OCI common

parent e8fc4d22
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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 = ''