diff --git a/modules/common/system.nix b/modules/common/system.nix index 4cba344..2b3ff24 100644 --- a/modules/common/system.nix +++ b/modules/common/system.nix @@ -3,12 +3,9 @@ { 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 = { - systemd-boot.enable = true; efi.canTouchEfiVariables = false; - - # GRUB EFI fallback at removable media path grub = { enable = true; device = "nodev";