summaryrefslogtreecommitdiff
path: root/modules/boot/systemd-boot.nix
blob: 5b50bad613199149981241642352257568c0df87 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{
  boot.loader.systemd-boot = {
    enable = false;
    editor = true;
    consoleMode = "max";
    memtest86.enable = true;
    netbootxyz.enable = true;
    configurationLimit = 10;
  };
}