From b23227589d4defdebb59d30f6c4104e367fa336c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vili=20Sinerv=C3=A4?= Date: Mon, 7 Oct 2024 21:45:10 +0300 Subject: [PATCH] Remove conflict with iso.nix --- base.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base.nix b/base.nix index ee00d09..d53d930 100644 --- a/base.nix +++ b/base.nix @@ -205,7 +205,7 @@ boot.loader = { systemd-boot.enable = true; efi.canTouchEfiVariables = true; - timeout = 0; + timeout = pkgs.lib.mkDefault 0; }; services.logind.lidSwitch = if config.boot.resumeDevice != "" then "hibernate" else "suspend"; }