From 4127cce8da02b9104fcffbbaaeb7a547554207e7 Mon Sep 17 00:00:00 2001 From: RGBCube Date: Tue, 14 Nov 2023 09:36:52 +0300 Subject: [PATCH] Delete older than 3 days instead of 1 week --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 40544ee..87940c5 100644 --- a/flake.nix +++ b/flake.nix @@ -110,7 +110,7 @@ nix.gc = { automatic = true; dates = "daily"; - options = "--delete-older-than 1w"; + options = "--delete-older-than 3d"; persistent = true; };