iso-image: ensure boot.loader.grub.enable is disabled by default (#430027)

This commit is contained in:
Will Fancher
2025-08-01 22:31:46 -04:00
committed by GitHub

View File

@@ -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