limit number of configurations on bootloader

This commit is contained in:
Leonardo Eugênio 2022-12-14 19:15:15 -03:00
parent 1bbaf5e956
commit 0dea94a913

View file

@ -28,7 +28,7 @@
systemd-boot = {
enable = true;
# editor = false;
# configurationLimit = 100;
configurationLimit = 50;
};
};
plymouth = {