diff options
author | EuAndreh <eu@euandre.org> | 2019-05-18 20:46:30 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2019-05-18 20:46:30 -0300 |
commit | f12216438e5519709a6dcabb35fe0106f075c048 (patch) | |
tree | 7f027ef69d9c8555f6ad83feb75e002f77649a02 | |
parent | Add swift package (diff) | |
download | dotfiles-f12216438e5519709a6dcabb35fe0106f075c048.tar.gz dotfiles-f12216438e5519709a6dcabb35fe0106f075c048.tar.xz |
Remove unused cronjob.
-rw-r--r-- | nixos/configuration.nix | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/nixos/configuration.nix b/nixos/configuration.nix index ccd695f..d865be4 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -343,8 +343,6 @@ in # 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" ]; xserver = { |