From 84ab46a0933424646708ff2b73cb4dd684244dd4 Mon Sep 17 00:00:00 2001 From: William Date: Mon, 1 Apr 2024 22:58:07 -0300 Subject: [PATCH] Mods to systemd-boot --- hosts/common/boot.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hosts/common/boot.nix b/hosts/common/boot.nix index 9d4c57f..54b37f2 100644 --- a/hosts/common/boot.nix +++ b/hosts/common/boot.nix @@ -3,11 +3,12 @@ { boot = { loader = { - timeout = 1; + timeout = 2; efi.canTouchEfiVariables = true; systemd-boot = { enable = true; editor = false; + consoleMode = "max"; }; }; };