From 6542ff2abb753b2332d022ee7ed993e881e037e0 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Sun, 4 Jun 2023 16:34:39 -0400 Subject: [PATCH] systemd-boot: Boot the default entry by default Since I never use previous generations, booting the newest entry by default seems ideal. In the case that something is broken, it should be possible to return to the menu by pressing space at boot. --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index 7c2098bc..a6480e05 100644 --- a/flake.nix +++ b/flake.nix @@ -60,6 +60,7 @@ editor = false; }; + timeout = 0; efi.canTouchEfiVariables = true; };