diff --git a/configuration.nix b/configuration.nix index 32564e9..40f7879 100644 --- a/configuration.nix +++ b/configuration.nix @@ -6,6 +6,7 @@ # Bootloader (UEFI) boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; + boot.loader.timeout = 1; # LUKS devices boot.initrd.luks.devices."luks-1ec6d49d-7a0b-4ac9-aaea-e8efc1c75ac0".device = "/dev/disk/by-uuid/1ec6d49d-7a0b-4ac9-aaea-e8efc1c75ac0";