nixos,boot: set timeout to 0 seconds

This commit is contained in:
Guanran Wang 2023-10-18 17:44:41 +08:00
parent 58e773ba33
commit aaa3d9ee88
Signed by: nyancat
SSH key fingerprint: SHA256:8oWGKciPALWut/6WA27oFKofX+6Wtc0gQnsefXLQx/8

View file

@ -5,6 +5,7 @@
boot = {
consoleLogLevel = lib.mkDefault 3;
loader = {
timeout = 0;
efi.canTouchEfiVariables = true;
systemd-boot = {
enable = lib.mkDefault true; # mkDefault for Lanzaboote