From 05d41aaaf1260042453d556843dcbe99e41cfb52 Mon Sep 17 00:00:00 2001 From: Charlie Root Date: Fri, 1 Nov 2024 13:49:53 +0100 Subject: [PATCH] boot/module.nix: add funny configurationLimit --- modules/system/boot/module.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/system/boot/module.nix b/modules/system/boot/module.nix index 456d13f..f161402 100644 --- a/modules/system/boot/module.nix +++ b/modules/system/boot/module.nix @@ -5,6 +5,7 @@ enable = true; efiSupport = true; device = "nodev"; + configurationLimit = 69; }; }; boot.plymouth = {