mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-08-09 15:05:07 +02:00
systemd-boot: Limit generations to 10
Now there won't be hundreds of generations in the boot menu.
This commit is contained in:
@ -26,6 +26,7 @@
|
|||||||
systemd-boot = {
|
systemd-boot = {
|
||||||
enable = true;
|
enable = true;
|
||||||
editor = false;
|
editor = false;
|
||||||
|
configurationLimit = 10;
|
||||||
};
|
};
|
||||||
|
|
||||||
timeout = 0;
|
timeout = 0;
|
||||||
|
Reference in New Issue
Block a user