Reduce bootloader timeout for faster boot

This commit is contained in:
Chandler Swift 2024-11-01 01:48:25 -05:00
parent 3c8150a5aa
commit 3237237cdd
Signed by: chandlerswift
GPG key ID: A851D929D52FB93F

View file

@ -12,6 +12,7 @@
# Bootloader # Bootloader
boot.loader.systemd-boot.enable = true; boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true; boot.loader.efi.canTouchEfiVariables = true;
boot.loader.timeout = 1;
# Set up SSH unlocking # Set up SSH unlocking
boot.kernelParams = [ "ip=dhcp" ]; boot.kernelParams = [ "ip=dhcp" ];