From 338fd14870e58473dae4bd68a1f13cf3c788f454 Mon Sep 17 00:00:00 2001 From: Charlie Root Date: Mon, 25 Nov 2024 15:41:25 +0100 Subject: [PATCH] boot/module.nix: set configurationLimit to 5 --- modules/system/boot/module.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/system/boot/module.nix b/modules/system/boot/module.nix index f161402..e9fa481 100644 --- a/modules/system/boot/module.nix +++ b/modules/system/boot/module.nix @@ -5,7 +5,7 @@ enable = true; efiSupport = true; device = "nodev"; - configurationLimit = 69; + configurationLimit = 5; }; }; boot.plymouth = {