Reduce bootloader timeout for faster boot
This commit is contained in:
parent
3c8150a5aa
commit
3237237cdd
|
@ -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" ];
|
||||
|
|
Loading…
Reference in a new issue