nixos: set bootloader timeout to 0

This commit is contained in:
Nico 2025-07-27 18:08:20 +10:00
parent 21b637cd62
commit cd08dba764
Signed by: nico
SSH key fingerprint: SHA256:XuacYOrGqRxC3jVFjfLROn1CSvLz85Dec6N7O9Gwu/0

View file

@ -8,6 +8,7 @@
# Use the systemd-boot EFI boot loader. # Use the systemd-boot EFI boot loader.
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 = 0;
# Networking # Networking
networking.networkmanager.enable = true; networking.networkmanager.enable = true;