From 85cc227f4784639aeab93bcfb88e65c9f59435b6 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Sun, 5 May 2024 08:45:22 -0400 Subject: [PATCH] Infini-DL360: increase boot timeout --- hosts/Infini-DL360/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/Infini-DL360/default.nix b/hosts/Infini-DL360/default.nix index 66ef646..cc5b350 100644 --- a/hosts/Infini-DL360/default.nix +++ b/hosts/Infini-DL360/default.nix @@ -12,7 +12,7 @@ modules = { boot.grub.enable = true; boot.grub.efiSysMountPoint = "/boot"; - boot.timeout = 1; + boot.timeout = 5; hardware.form.server = true; };