{ pkgs, lib, config, ... }: { boot.loader = { efi.canTouchEfiVariables = true; grub = { enable = true; efiSupport = true; device = "nodev"; # Don't install on MBR }; }; }