From aef8eaa16a613e67c379be7fa93721ff49f7f0fa Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Mon, 5 Jun 2023 17:49:06 -0400 Subject: [PATCH] systemd-boot: Limit generations to 10 Now there won't be hundreds of generations in the boot menu. --- common.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/common.nix b/common.nix index 8dcdb0ec..aa07c498 100644 --- a/common.nix +++ b/common.nix @@ -26,6 +26,7 @@ systemd-boot = { enable = true; editor = false; + configurationLimit = 10; }; timeout = 0;