From 27ffee95b894a6a8c8af8a4c32453506229c149e Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Mon, 7 Mar 2022 16:57:43 +0100 Subject: Updates; change crontab --- cluster/staging/site/neptune.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cluster/staging/site') diff --git a/cluster/staging/site/neptune.nix b/cluster/staging/site/neptune.nix index 5fed713..1b80144 100644 --- a/cluster/staging/site/neptune.nix +++ b/cluster/staging/site/neptune.nix @@ -13,7 +13,7 @@ enable = true; systemCronJobs = [ "0 2 * * * root nix-collect-garbage --delete-older-than 10d >> /root/nix_gc_log 2>&1" - "30 2 * * * root docker run --rm -v /var/lib/drone/nix:/nix nixpkgs/nix:nixos-21.05 nix-collect-garbage --delete-older-than 30d >> /root/drone_nix_gc_log 2>&1" + "30 2 1 * * root docker run --rm -v /var/lib/drone/nix:/nix nixpkgs/nix:nixos-21.05 nix-collect-garbage --delete-older-than 30d >> /root/drone_nix_gc_log 2>&1" ]; }; } -- cgit v1.2.3