Reduce bootloader timeout for faster boot
This commit is contained in:
parent
3c8150a5aa
commit
3237237cdd
1 changed files with 1 additions and 0 deletions
|
|
@ -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" ];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue