Skip to content

Commit

Permalink
feat: completely disable boot menu
Browse files Browse the repository at this point in the history
  • Loading branch information
yunfachi committed Nov 8, 2023
1 parent 75a3d95 commit c53cdbb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modules/core.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,11 @@
};

boot = {
# Disable boot menu
loader.systemd-boot.configurationLimit = lib.mkDefault 1;
loader.timeout = 0;
loader.grub.enable = false;
# Optimisations
tmp.cleanOnBoot = true;
};

Expand Down

0 comments on commit c53cdbb

Please sign in to comment.