summaryrefslogtreecommitdiff
path: root/modules/nixos/boot/109-199-104-83.nix
blob: 71f8d5414fbf73aa222a4f6fb5e4fd502ae98f2a (plain)
1
2
3
4
5
6
{
  boot.loader.grub = {
    efiSupport = true;
    efiInstallAsRemovable = true;
  };
}