From 56bb998a2fa2e3991f4386c6c9547b3524d22816 Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Wed, 14 Aug 2024 10:27:47 +0200 Subject: [PATCH] feat: set bootloader timeout back to 3 seconds --- hosts/default/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/default/configuration.nix b/hosts/default/configuration.nix index 789cf93..80924f9 100644 --- a/hosts/default/configuration.nix +++ b/hosts/default/configuration.nix @@ -49,7 +49,7 @@ ''; loader = { - timeout = lib.mkDefault 0; + timeout = lib.mkDefault 3; efi.canTouchEfiVariables = true; systemd-boot = { enable = true;