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 = {
|
boot = {
|
||||||
consoleLogLevel = lib.mkDefault 3;
|
consoleLogLevel = lib.mkDefault 3;
|
||||||
loader = {
|
loader = {
|
||||||
|
timeout = 0;
|
||||||
efi.canTouchEfiVariables = true;
|
efi.canTouchEfiVariables = true;
|
||||||
systemd-boot = {
|
systemd-boot = {
|
||||||
enable = lib.mkDefault true; # mkDefault for Lanzaboote
|
enable = lib.mkDefault true; # mkDefault for Lanzaboote
|
||||||
|
|
Loading…
Reference in a new issue