From aaa3d9ee88ff1e11c3981c901bf59ccca9cd3898 Mon Sep 17 00:00:00 2001 From: Guanran Wang Date: Wed, 18 Oct 2023 17:44:41 +0800 Subject: [PATCH] nixos,boot: set timeout to 0 seconds --- nixos/boot/boot.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/boot/boot.nix b/nixos/boot/boot.nix index 40c31f8..a4555e5 100755 --- a/nixos/boot/boot.nix +++ b/nixos/boot/boot.nix @@ -5,6 +5,7 @@ boot = { consoleLogLevel = lib.mkDefault 3; loader = { + timeout = 0; efi.canTouchEfiVariables = true; systemd-boot = { enable = lib.mkDefault true; # mkDefault for Lanzaboote