From 8280c49990087c3cfd106d02c8328f9333602793 Mon Sep 17 00:00:00 2001
From: Oliver Davies <oliver@oliverdavies.dev>
Date: Thu, 12 Dec 2024 22:23:35 +0000
Subject: [PATCH] Show more generations on boot

---
 nix/hosts/lemp11/configuration.nix | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nix/hosts/lemp11/configuration.nix b/nix/hosts/lemp11/configuration.nix
index 279d817b..fd60e0e2 100644
--- a/nix/hosts/lemp11/configuration.nix
+++ b/nix/hosts/lemp11/configuration.nix
@@ -64,7 +64,7 @@
     loader = {
       systemd-boot = {
         enable = true;
-        configurationLimit = 10;
+        configurationLimit = 25;
       };
 
       efi = {