From 45c09ff536006fe713e2e08c23d634c641f19428 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Mon, 3 Jan 2022 23:56:07 +0100 Subject: Add logging --- site/neptune.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'site') diff --git a/site/neptune.nix b/site/neptune.nix index f7517c2..b29442c 100644 --- a/site/neptune.nix +++ b/site/neptune.nix @@ -13,8 +13,8 @@ services.cron = { enable = true; systemCronJobs = [ - "0 2 * * * ${config.system.path}/bin/nix-collect-garbage --delete-older-than 10d" - "30 2 * * * ${config.system.path}/bin/docker run --rm -it -v /var/lib/drone/nix:/nix nixpkgs/nix:nixos-21.05 nix-collect-garbage --delete-older-than 10d" + "0 2 * * * ${config.system.path}/bin/nix-collect-garbage --delete-older-than 10d >> /root/nix_gc_log 2>&1" + "30 2 * * * ${config.system.path}/bin/docker run --rm -it -v /var/lib/drone/nix:/nix nixpkgs/nix:nixos-21.05 nix-collect-garbage --delete-older-than 10d >> /root/drone_nix_gc_log 2>&1" ]; }; } -- cgit v1.2.3