nixos-config/modules/system/devices/boot/grub/default.nix

7 lines
98 B
Nix

{ ... }:
{
boot.loader.grub = {
efiSupport = true;
efiInstallAsRemovable = true;
};
}