From 1dfbbe0c0348aff5fef3af0070ae170a21bcde90 Mon Sep 17 00:00:00 2001 From: Lukas Wurzinger Date: Sun, 30 Mar 2025 15:15:27 +0000 Subject: [PATCH] stuff --- common/gc.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/gc.nix b/common/gc.nix index 140fa1a..94476f7 100644 --- a/common/gc.nix +++ b/common/gc.nix @@ -2,6 +2,6 @@ nix.gc = { automatic = true; dates = "daily"; - options = "--delete-older-than +5"; + options = "--delete-older-than 1w"; }; }