lowered grub timeout

This commit is contained in:
Danilo Reyes 2025-10-02 11:10:19 -06:00
parent 3988202916
commit f92834e4de

View File

@ -34,7 +34,7 @@ in
boot = {
plymouth.enable = true;
consoleLogLevel = 0;
loader.timeout = 5;
loader.timeout = 3;
kernelParams = [
"splash"
"boot.shell_on_fail"