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"; }; }; };