0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 14:10:33 +03:00

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