aboutsummaryrefslogtreecommitdiff
path: root/cluster
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2022-03-07 16:57:43 +0100
committerAlex Auvolat <alex@adnab.me>2022-03-07 16:57:43 +0100
commit27ffee95b894a6a8c8af8a4c32453506229c149e (patch)
treed4a2f4bf0f64fc12334694092ae4faf6f4f6f133 /cluster
parent217e31e4bd2e7f5f96c6dede75d4c005d2e6d57e (diff)
downloadnixcfg-27ffee95b894a6a8c8af8a4c32453506229c149e.tar.gz
nixcfg-27ffee95b894a6a8c8af8a4c32453506229c149e.zip
Updates; change crontab
Diffstat (limited to 'cluster')
-rw-r--r--cluster/staging/site/neptune.nix2
1 files changed, 1 insertions, 1 deletions
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"
];
};
}