From 646fcbf7ec6c07c4ff8bf823c7d6b88a62cf8287 Mon Sep 17 00:00:00 2001 From: SebastianStork Date: Tue, 4 Jun 2024 16:55:46 +0200 Subject: [PATCH] Hide boot menu by default --- modules/system/boot-loader.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/system/boot-loader.nix b/modules/system/boot-loader.nix index 4dea50b..0dd60b9 100644 --- a/modules/system/boot-loader.nix +++ b/modules/system/boot-loader.nix @@ -15,7 +15,7 @@ configurationLimit = 20; }; efi.canTouchEfiVariables = true; - timeout = 3; + timeout = 0; }; systemd.watchdog.rebootTime = "10"; })