mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -04:00
added timeout for headless booting
This commit is contained in:
parent
5bccc6cbfa
commit
474bb1a745
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@
|
|||
};
|
||||
|
||||
boot.loader = {
|
||||
timeout = null;
|
||||
timeout = 3;
|
||||
grub = {
|
||||
enable = true;
|
||||
devices = [ "nodev" ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue