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
commit 12d0a6084b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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