systemd-boot: Limit generations to 10

Now there won't be hundreds of generations in the boot menu.
This commit is contained in:
Donovan Glover 2023-06-05 17:49:06 -04:00
parent ef0796dc42
commit aef8eaa16a
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -26,6 +26,7 @@
systemd-boot = {
enable = true;
editor = false;
configurationLimit = 10;
};
timeout = 0;