From 3237237cdd506139e4bed45ef67adc8880c453a5 Mon Sep 17 00:00:00 2001 From: Chandler Swift Date: Fri, 1 Nov 2024 01:48:25 -0500 Subject: [PATCH] Reduce bootloader timeout for faster boot --- bert/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/bert/configuration.nix b/bert/configuration.nix index d3d4d92..2251ddd 100644 --- a/bert/configuration.nix +++ b/bert/configuration.nix @@ -12,6 +12,7 @@ # Bootloader boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; + boot.loader.timeout = 1; # Set up SSH unlocking boot.kernelParams = [ "ip=dhcp" ];