aboutsummaryrefslogtreecommitdiffstats
path: root/nixos/systemd-boot.nix
blob: cb3cd239ece848882cc75b62f363c91b2d388040 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
{
  boot = {
    loader = {
      grub.device = "/dev/vda";
#      efi.canTouchEfiVariables = true;
#      systemd-boot = {
#        enable = true;
#        configurationLimit = 5;
#      };
    };
  };
}