From 6f8782ca41a912afbab349e2044e0268022eb6c8 Mon Sep 17 00:00:00 2001 From: Frost-Phoenix <67cyril6767@gmail.com> Date: Sun, 5 Nov 2023 19:19:47 +0100 Subject: [PATCH] add bootloader limt nb of entry --- modules/core/bootloader.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/core/bootloader.nix b/modules/core/bootloader.nix index 7965c4c..c1044fe 100644 --- a/modules/core/bootloader.nix +++ b/modules/core/bootloader.nix @@ -2,5 +2,6 @@ { boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; + boot.loader.systemd-boot.configurationLimit = 3; boot.kernelPackages = pkgs.linuxPackages_lqx; }