From fdaf610848ac676e6e90a3d918c7a20e6f16f38c Mon Sep 17 00:00:00 2001 From: Sigmanificient Date: Thu, 24 Aug 2023 23:14:09 +0200 Subject: [PATCH] Increase gc cache lifetime --- config/default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config/default.nix b/config/default.nix index 2020ce0..36a6b65 100644 --- a/config/default.nix +++ b/config/default.nix @@ -23,7 +23,7 @@ nix = { gc = { automatic = true; - options = "--delete-older-than 30d"; + options = "--delete-older-than 90d"; }; settings = { experimental-features = [ "nix-command" "flakes" ]; @@ -31,7 +31,6 @@ keep-outputs = true; keep-derivations = true; auto-optimise-store = true; - warn-dirty = false; }; optimise.automatic = true; };