nixos,boot: set timeout to 0 seconds
This commit is contained in:
parent
58e773ba33
commit
aaa3d9ee88
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
|||
boot = {
|
||||
consoleLogLevel = lib.mkDefault 3;
|
||||
loader = {
|
||||
timeout = 0;
|
||||
efi.canTouchEfiVariables = true;
|
||||
systemd-boot = {
|
||||
enable = lib.mkDefault true; # mkDefault for Lanzaboote
|
||||
|
|
Loading…
Reference in a new issue