add bootloader limt nb of entry
This commit is contained in:
parent
93571a8bd9
commit
6f8782ca41
1 changed files with 1 additions and 0 deletions
|
@ -2,5 +2,6 @@
|
||||||
{
|
{
|
||||||
boot.loader.systemd-boot.enable = true;
|
boot.loader.systemd-boot.enable = true;
|
||||||
boot.loader.efi.canTouchEfiVariables = true;
|
boot.loader.efi.canTouchEfiVariables = true;
|
||||||
|
boot.loader.systemd-boot.configurationLimit = 3;
|
||||||
boot.kernelPackages = pkgs.linuxPackages_lqx;
|
boot.kernelPackages = pkgs.linuxPackages_lqx;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue