mirror of
https://github.com/srid/nixos-config.git
synced 2026-01-07 00:17:24 +08:00
Limit boot entries on NixOS
This commit is contained in:
parent
550fccc164
commit
3c64a77f1f
1 changed files with 3 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
# Configuration common to all Linux systems
|
||||
{ flake, pkgs, ... }:
|
||||
{ flake, ... }:
|
||||
|
||||
let
|
||||
inherit (flake) config inputs;
|
||||
|
|
@ -20,4 +20,6 @@ in
|
|||
./linux/self-ide.nix
|
||||
./linux/current-location.nix
|
||||
];
|
||||
|
||||
boot.loader.grub.configurationLimit = 5; # Who needs more?
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue