diff options
-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 = { |