diff --git a/modules/bootloader.nix b/modules/bootloader.nix index bce9aab..9806267 100644 --- a/modules/bootloader.nix +++ b/modules/bootloader.nix @@ -1,5 +1,6 @@ { # Use the systemd-boot EFI boot loader. + boot.loader.timeout = 0; boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = false; boot.plymouth.enable = true;