Limit systemd-boot to only show the most recent 10 generations

This commit is contained in:
Joshua Yuen 2026-06-21 12:54:18 -04:00
parent 78c85b1590
commit 0ac8ea64b8
Signed by: josh
GPG Key ID: 530DA0331EFE99F5
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@
boot = {
loader.systemd-boot = {
enable = true;
configurationLimit = 10;
consoleMode = config.system.systemdBootConsoleMode;
};
loader.efi.canTouchEfiVariables = true;