From 492d1d1d9d8978d0ec7ea8a25e314e51a42f7c1b Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sun, 19 May 2019 23:41:07 -0300 Subject: Redirect ArchiveBox output to logfile --- nixos/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixos') diff --git a/nixos/configuration.nix b/nixos/configuration.nix index f40e05e..2648aa6 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -342,7 +342,7 @@ in "0 * * * * andreh /home/andreh/dev/libre/dotfiles/scripts/mail.sh -s" # Archive Pocket data every 12 hours - "0 12 * * * andreh /home/andreh/dev/libre/dotfiles/scripts/archive.sh" + "0 12 * * * andreh /home/andreh/dev/libre/dotfiles/scripts/archive.sh -s" ]; xserver = { -- cgit v1.2.3