limit number of configurations

not really a big problem, but worth adding just in case
This commit is contained in:
Noah Masur 2023-03-08 17:42:25 -05:00
parent 183babd2f0
commit 4d38d1094f

View File

@ -13,6 +13,9 @@
# Attempt to display GRUB on widescreen monitor
gfxmodeEfi = "1920x1080";
# Limit the total number of configurations to rollback
configurationLimit = 25;
# Install GRUB onto the boot disk
# device = config.fileSystems."/boot".device;