From 694246a1dd3f5c34f49da10acd116008672f9452 Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Wed, 14 Aug 2024 10:29:39 +0200 Subject: [PATCH] fix: priority conflict --- hosts/default/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/default/configuration.nix b/hosts/default/configuration.nix index 80924f9..ba27476 100644 --- a/hosts/default/configuration.nix +++ b/hosts/default/configuration.nix @@ -49,7 +49,7 @@ ''; loader = { - timeout = lib.mkDefault 3; + timeout = 3; efi.canTouchEfiVariables = true; systemd-boot = { enable = true;