aboutsummaryrefslogtreecommitdiff
path: root/nixos/configuration.nix
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2019-01-21 01:25:07 -0200
committerEuAndreh <eu@euandre.org>2019-01-21 01:25:07 -0200
commit8d490839b7ef11549bee6c92fdd86ef60afd55e0 (patch)
tree4f8ed347858a49b91e1403cadec864082c6baa02 /nixos/configuration.nix
parentInitial setup for buku. (diff)
downloaddotfiles-8d490839b7ef11549bee6c92fdd86ef60afd55e0.tar.gz
dotfiles-8d490839b7ef11549bee6c92fdd86ef60afd55e0.tar.xz
Generate local RSS feed from buku tags.
Diffstat (limited to 'nixos/configuration.nix')
-rw-r--r--nixos/configuration.nix3
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"
];