From 0dea94a913e4c34d8cc63d0c59e342955fc01655 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonardo=20Eug=C3=AAnio?= Date: Wed, 14 Dec 2022 19:15:15 -0300 Subject: [PATCH] limit number of configurations on bootloader --- system/boot.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/boot.nix b/system/boot.nix index 3ce0843..8a588a0 100644 --- a/system/boot.nix +++ b/system/boot.nix @@ -28,7 +28,7 @@ systemd-boot = { enable = true; # editor = false; - # configurationLimit = 100; + configurationLimit = 50; }; }; plymouth = {