config limit 3

This commit is contained in:
Bryan Ramos 2024-05-10 13:50:36 -04:00
parent 89f6dfdd47
commit 33c0eea73c
Signed by: bryan
GPG key ID: 6ABDCD144D6643C8

View file

@ -38,7 +38,7 @@
useOSProber = true; useOSProber = true;
devices = [ "nodev" ]; devices = [ "nodev" ];
efiSupport = true; efiSupport = true;
configurationLimit = 5; configurationLimit = 3;
splashImage = null; splashImage = null;
}; };