aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nixos/configuration.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/configuration.nix b/nixos/configuration.nix
index cfa4b02..ea971cc 100644
--- a/nixos/configuration.nix
+++ b/nixos/configuration.nix
@@ -327,10 +327,10 @@
# We can see the actual generated crontab at /etc/crontab
cron.systemCronJobs = [
# Sync emails with mbsync every hour
- "0 * * * * andreh /home/andreh/annex/dev/code/dotfiles/scripts/mail.sh -s"
+ "0 * * * * andreh /home/andreh/dev/libre/dotfiles/scripts/mail.sh -s"
# Make read-only copy of TODOs.org every hour
- "0 * * * * andreh /home/andreh/annex/dev/code/dotfiles/scripts/cp-todos.sh -s"
+ # "0 * * * * andreh /home/andreh/dev/libre/dotfiles/scripts/cp-todos.sh -s"
];
xserver = {