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 = {
|
||||
enable = true;
|
||||
editor = false;
|
||||
configurationLimit = 10;
|
||||
};
|
||||
|
||||
timeout = 0;
|
||||
|
Reference in New Issue
Block a user