mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-05-30 06:29:03 +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:
parent
ef0796dc42
commit
aef8eaa16a
@ -26,6 +26,7 @@
|
||||
systemd-boot = {
|
||||
enable = true;
|
||||
editor = false;
|
||||
configurationLimit = 10;
|
||||
};
|
||||
|
||||
timeout = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user