added timeout for headless booting

This commit is contained in:
Bryan Ramos 2026-03-12 01:55:10 -04:00
parent 5bccc6cbfa
commit 474bb1a745

View file

@ -42,7 +42,7 @@
}; };
boot.loader = { boot.loader = {
timeout = null; timeout = 3;
grub = { grub = {
enable = true; enable = true;
devices = [ "nodev" ]; devices = [ "nodev" ];