diff options
author | EuAndreh <eu@euandre.org> | 2019-01-21 01:25:07 -0200 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2019-01-21 01:25:07 -0200 |
commit | 8d490839b7ef11549bee6c92fdd86ef60afd55e0 (patch) | |
tree | 4f8ed347858a49b91e1403cadec864082c6baa02 /nixos | |
parent | Initial setup for buku. (diff) | |
download | dotfiles-8d490839b7ef11549bee6c92fdd86ef60afd55e0.tar.gz dotfiles-8d490839b7ef11549bee6c92fdd86ef60afd55e0.tar.xz |
Generate local RSS feed from buku tags.
Diffstat (limited to 'nixos')
-rw-r--r-- | nixos/configuration.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 36a2474..6f8c7e0 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -333,6 +333,9 @@ # Sync emails with mbsync every hour "0 * * * * andreh /home/andreh/dev/libre/dotfiles/scripts/mail.sh -s" + # Refresh local RSS files every hour + "0 * * * * andreh /home/andreh/dev/libre/dotfiles/scripts/atom.sh" + # Make read-only copy of TODOs.org every hour # "0 * * * * andreh /home/andreh/dev/libre/dotfiles/scripts/cp-todos.sh -s" ]; |