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:
parent
e8fc4d22e9
commit
5eae6db9e3
1 changed files with 0 additions and 1 deletions
|
@ -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 = ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue