diff options
| author | EuAndreh <eu@euandre.org> | 2019-01-13 16:14:16 -0200 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2019-01-13 16:14:16 -0200 |
| commit | 9276899be730b652ea663478ac5724edcfe78a5b (patch) | |
| tree | e9d47d835bc44f7c78dd19228290f69f02d77fd7 | |
| parent | Move dotfiles out of annex submodule. (diff) | |
| download | dotfiles-9276899be730b652ea663478ac5724edcfe78a5b.tar.gz dotfiles-9276899be730b652ea663478ac5724edcfe78a5b.tar.xz | |
Fix cronjob path and remove cp-todos.sh job.
| -rw-r--r-- | nixos/configuration.nix | 4 |
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 = { |
