diff --git a/systems/modules/bootloaders/systemd-boot.nix b/systems/modules/bootloaders/systemd-boot.nix index 0b5ead2..f05d5c3 100644 --- a/systems/modules/bootloaders/systemd-boot.nix +++ b/systems/modules/bootloaders/systemd-boot.nix @@ -1,6 +1,6 @@ { boot.loader = { - timeout = 0; + timeout = 5; systemd-boot.enable = true; efi.canTouchEfiVariables = true; };