increase configurationLimit to 5

This commit is contained in:
Frost-Phoenix 2024-02-10 15:03:00 +01:00
parent 994aa1b16d
commit 380973d514

View file

@ -2,6 +2,6 @@
{
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
boot.loader.systemd-boot.configurationLimit = 3;
boot.loader.systemd-boot.configurationLimit = 5;
boot.kernelPackages = pkgs.linuxPackages_lqx;
}