sakura: increase config limit

This commit is contained in:
notohh 2023-06-16 04:18:37 -04:00
parent 29ea8edfbe
commit a12a65dd4b
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -8,7 +8,7 @@
boot.loader = {
grub = {
enable = true;
configurationLimit = 3;
configurationLimit = 5;
device = "/dev/sda";
useOSProber = false;
};