sakura: increase config limit
This commit is contained in:
parent
29ea8edfbe
commit
a12a65dd4b
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
boot.loader = {
|
||||
grub = {
|
||||
enable = true;
|
||||
configurationLimit = 3;
|
||||
configurationLimit = 5;
|
||||
device = "/dev/sda";
|
||||
useOSProber = false;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue