iso-image: ensure boot.loader.grub.enable is disabled by default (#430027)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user