summaryrefslogtreecommitdiff
path: root/modules/nixos/boot/109-199-104-83.nix
blob: d54de8efee257d0ad5e28d74b19c2c0c1b20b99c (plain)
1
2
3
4
5
6
7
{
  boot.loader.grub = {
    devices = ["/dev/sda"];
    efiSupport = true;
    efiInstallAsRemovable = true;
  };
}