From 6e5b3ef586d9cac692be020546aeecdae5a7f7ad Mon Sep 17 00:00:00 2001 From: Mohammad Rafiq Date: Mon, 17 Mar 2025 13:33:31 +0800 Subject: [PATCH] fix(systemd-boot): reenable timeout --- systems/modules/bootloaders/systemd-boot.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systems/modules/bootloaders/systemd-boot.nix b/systems/modules/bootloaders/systemd-boot.nix index 0b5ead2..f05d5c3 100644 --- a/systems/modules/bootloaders/systemd-boot.nix +++ b/systems/modules/bootloaders/systemd-boot.nix @@ -1,6 +1,6 @@ { boot.loader = { - timeout = 0; + timeout = 5; systemd-boot.enable = true; efi.canTouchEfiVariables = true; };