summaryrefslogtreecommitdiffstats
path: root/lass/2configs/boot/universal.nix
blob: 33f4323cc4ae4682519817789f37afcbd2bfe766 (plain)
1
2
3
4
5
6
7
8
9
10
11
{ ... }:

{
  boot = {
    loader.grub.enable = true;
    loader.grub.version = 2;
    loader.grub.device = "/dev/sda";
    loader.grub.efiSupport = true;
    loader.grub.efiInstallAsRemovable = true;
  };
}