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 = {
|
boot.loader = {
|
||||||
grub = {
|
grub = {
|
||||||
enable = true;
|
enable = true;
|
||||||
configurationLimit = 3;
|
configurationLimit = 5;
|
||||||
device = "/dev/sda";
|
device = "/dev/sda";
|
||||||
useOSProber = false;
|
useOSProber = false;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue