From 8ccb33a422a79d20d01701057f2d6d886533fa59 Mon Sep 17 00:00:00 2001 From: twoneis Date: Mon, 27 May 2024 07:40:12 +0200 Subject: [PATCH] fixed time --- modules/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/default.nix b/modules/default.nix index 695829a..5c775db 100644 --- a/modules/default.nix +++ b/modules/default.nix @@ -35,7 +35,7 @@ gc = { automatic = true; dates = "weekly"; - options = "--delete-older-than 1w"; + options = "--delete-older-than 14d"; }; settings = { experimental-features = [ "nix-command" "flakes" ];