From d9bcd78862b7b209ce48febd5ed981176f7b9a6b Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Wed, 14 Feb 2024 21:35:42 +0000 Subject: [PATCH] Update configuration.nix --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index c71d5f2..58e2155 100644 --- a/configuration.nix +++ b/configuration.nix @@ -12,7 +12,7 @@ boot.loader = { systemd-boot.enable = true; systemd-boot.consoleMode = "0"; - systemd-boot.configurationLimit = 10; + systemd-boot.configurationLimit = 5; }; boot.plymouth.enable = true;