feat: limit number of config in grub menu and set timeout

This commit is contained in:
tux
2024-11-13 22:41:37 +05:30
parent 56d194f454
commit 0500defc5f

View File

@ -113,7 +113,9 @@
grub = {
efiSupport = true;
efiInstallAsRemovable = true;
configurationLimit = 10;
};
timeout = 1;
};
};