summaryrefslogtreecommitdiffstats
path: root/templates/desktop/boot.nix
blob: e34c52c85a37c8eb24df9acddac2f9683a6ea738 (plain)
1
2
3
4
5
6
7
8
9
10
{ ... }:

{
  boot.loader.systemd-boot = {
    enable = true;
    editor = false;
  };

  boot.tmp.cleanOnBoot = true;
}