mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
iso-image: ensure boot.loader.grub.enable is disabled by default (#430027)
This commit is contained in:
commit
12d0a6084b
1 changed files with 1 additions and 1 deletions
|
|
@ -866,7 +866,7 @@ in
|
|||
|
||||
# Don't build the GRUB menu builder script, since we don't need it
|
||||
# here and it causes a cyclic dependency.
|
||||
boot.loader.grub.enable = false;
|
||||
boot.loader.grub.enable = lib.mkImageMediaOverride false;
|
||||
|
||||
environment.systemPackages = [
|
||||
grubPkgs.grub2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue