From 176075485f49d1d8d932d7e87614e5a2e5e40708 Mon Sep 17 00:00:00 2001 From: clerie Date: Sat, 1 Jul 2023 00:10:22 +0200 Subject: [PATCH] hosts/krypton: do not show systemd-boot selector on boot --- hosts/krypton/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/krypton/configuration.nix b/hosts/krypton/configuration.nix index d858bdb..63fcd57 100644 --- a/hosts/krypton/configuration.nix +++ b/hosts/krypton/configuration.nix @@ -15,6 +15,7 @@ # Use the systemd-boot EFI boot loader. boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; + boot.loader.timeout = 0; boot.initrd.luks = { devices.lvm = {