nixos: set bootloader timeout to 0
This commit is contained in:
parent
21b637cd62
commit
cd08dba764
1 changed files with 1 additions and 0 deletions
|
|
@ -8,6 +8,7 @@
|
|||
# Use the systemd-boot EFI boot loader.
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
boot.loader.timeout = 0;
|
||||
|
||||
# Networking
|
||||
networking.networkmanager.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue