nixos/virtualisation: remove deprecated option from OCI common
This commit is contained in:
@@ -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 = ''
|
||||
|
||||
Reference in New Issue
Block a user