mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-10 02:52:55 +00:00
limit number of configurations
not really a big problem, but worth adding just in case
This commit is contained in:
parent
183babd2f0
commit
4d38d1094f
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user