diff options
author | EuAndreh <eu@euandre.org> | 2019-05-19 23:41:07 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2019-05-19 23:41:07 -0300 |
commit | 492d1d1d9d8978d0ec7ea8a25e314e51a42f7c1b (patch) | |
tree | d66ce67631e9687b8c3bd92e74ebaba4f3fb5195 /nixos | |
parent | Add nixops package (diff) | |
download | dotfiles-492d1d1d9d8978d0ec7ea8a25e314e51a42f7c1b.tar.gz dotfiles-492d1d1d9d8978d0ec7ea8a25e314e51a42f7c1b.tar.xz |
Redirect ArchiveBox output to logfile
Diffstat (limited to 'nixos')
-rw-r--r-- | nixos/configuration.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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 = { |