limit number of configurations on bootloader
This commit is contained in:
parent
1bbaf5e956
commit
0dea94a913
|
@ -28,7 +28,7 @@
|
||||||
systemd-boot = {
|
systemd-boot = {
|
||||||
enable = true;
|
enable = true;
|
||||||
# editor = false;
|
# editor = false;
|
||||||
# configurationLimit = 100;
|
configurationLimit = 50;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
plymouth = {
|
plymouth = {
|
||||||
|
|
Loading…
Reference in a new issue