From a20009be36fe0bac09b2d022acdefc34b31b9c90 Mon Sep 17 00:00:00 2001 From: jacekpoz Date: Thu, 3 Oct 2024 18:16:38 +0200 Subject: [PATCH] whoops this is actually already the default --- hosts/common/core/nix.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/hosts/common/core/nix.nix b/hosts/common/core/nix.nix index 79b25e4..b97b950 100644 --- a/hosts/common/core/nix.nix +++ b/hosts/common/core/nix.nix @@ -21,7 +21,6 @@ keep-derivations = true; use-xdg-base-directories = true; connect-timeout = 5; - log-lines = 25; fallback = true; warn-dirty = false; };