diff --git a/hosts/common/boot.nix b/hosts/common/boot.nix index 02ef615..651c90c 100644 --- a/hosts/common/boot.nix +++ b/hosts/common/boot.nix @@ -3,7 +3,7 @@ { boot = { loader = { - timeout = 2; + timeout = 1; efi.canTouchEfiVariables = true; systemd-boot = { enable = true;