diff --git a/bert/configuration.nix b/bert/configuration.nix index d3d4d92..2251ddd 100644 --- a/bert/configuration.nix +++ b/bert/configuration.nix @@ -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" ];