change boot config

This commit is contained in:
Frost-Phoenix 2024-02-10 23:41:56 +01:00
parent 01422b730a
commit 6c7d1f0f60

View file

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