fix uefi issue in iso boot

This commit is contained in:
2026-06-14 12:46:21 -04:00
parent c1ddc3d9cb
commit 55aceb9911
-1
View File
@@ -14,7 +14,6 @@
boot.loader.grub.enable = lib.mkDefault true;
boot.loader.grub.devices = ["nodev"];
boot.loader.grub.efiSupport = false;
boot.loader.grub.forceEfiBootloaderId = false;
# Build ISO with both BIOS and UEFI support
isoImage.makeEfiBootable = true;