From 2fb2e703902a17567ce252c76953101c8d73dea8 Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Thu, 9 Jan 2025 22:55:11 +0100 Subject: [PATCH] limit grnd --- nixos-modules/boot/systemd/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos-modules/boot/systemd/default.nix b/nixos-modules/boot/systemd/default.nix index d205795..91a709a 100644 --- a/nixos-modules/boot/systemd/default.nix +++ b/nixos-modules/boot/systemd/default.nix @@ -13,7 +13,7 @@ in loader = { systemd-boot = { enable = true; - configurationLimit = 10; + configurationLimit = 5; editor = false; }; efi = {