add bootloader limt nb of entry

This commit is contained in:
Frost-Phoenix 2023-11-05 19:19:47 +01:00
parent 93571a8bd9
commit 6f8782ca41

View file

@ -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;
} }