fix: switch to GRUB only — systemd-boot + GRUB conflict on installBootLoader

This commit is contained in:
2026-07-18 03:46:33 +01:00
parent 524ab4d093
commit 3995b1fe45

View File

@@ -3,12 +3,9 @@
{ {
system.stateVersion = "25.11"; system.stateVersion = "25.11";
# Dual bootloader: systemd-boot for UEFI, GRUB fallback for legacy/CSM # GRUB with removable EFI — works for both UEFI and legacy/CSM
boot.loader = { boot.loader = {
systemd-boot.enable = true;
efi.canTouchEfiVariables = false; efi.canTouchEfiVariables = false;
# GRUB EFI fallback at removable media path
grub = { grub = {
enable = true; enable = true;
device = "nodev"; device = "nodev";