mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-22 19:15:37 +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
|
# Attempt to display GRUB on widescreen monitor
|
||||||
gfxmodeEfi = "1920x1080";
|
gfxmodeEfi = "1920x1080";
|
||||||
|
|
||||||
|
# Limit the total number of configurations to rollback
|
||||||
|
configurationLimit = 25;
|
||||||
|
|
||||||
# Install GRUB onto the boot disk
|
# Install GRUB onto the boot disk
|
||||||
# device = config.fileSystems."/boot".device;
|
# device = config.fileSystems."/boot".device;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user