{ ... }: { # Bootloader. boot.loader = { efi = { canTouchEfiVariables = true; efiSysMountPoint = "/boot"; }; grub = { efiSupport = true; device = "nodev"; useOSProber = true; }; }; }