From a5407c8129db8176709b263fff02b18723a4ef4f Mon Sep 17 00:00:00 2001 From: Lukas Wurzinger Date: Tue, 8 Apr 2025 23:37:27 +0200 Subject: [PATCH] fix --- common/gc.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/gc.nix b/common/gc.nix index 94476f7..62342bb 100644 --- a/common/gc.nix +++ b/common/gc.nix @@ -2,6 +2,6 @@ nix.gc = { automatic = true; dates = "daily"; - options = "--delete-older-than 1w"; + options = "--delete-older-than 7d"; }; }