From 28412c06edb1f2d997ee5f604458ba052312b502 Mon Sep 17 00:00:00 2001 From: Jurn Wubben Date: Mon, 24 Feb 2025 03:32:10 +0100 Subject: [PATCH] Disabled boot timeout; --- system/core/boot.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/system/core/boot.nix b/system/core/boot.nix index 3851a18..94d56fe 100644 --- a/system/core/boot.nix +++ b/system/core/boot.nix @@ -26,6 +26,8 @@ # systemd-boot on UEFI efi.canTouchEfiVariables = true; systemd-boot.enable = true; + + timeout = 0; }; plymouth.enable = true;