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