add bootloader limt nb of entry
This commit is contained in:
parent
93571a8bd9
commit
6f8782ca41
|
@ -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…
Reference in a new issue