diff options
author | EuAndreh <eu@euandre.org> | 2018-07-25 14:47:12 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2018-07-25 14:47:38 -0300 |
commit | 0edd0cee7398f56dc96fb3e7eadd72e8101df8cc (patch) | |
tree | 8e8923f4b059500c675fff603b9032fc2a5f0417 /nixos | |
parent | Remove debug cmds from init.sh (diff) | |
download | dotfiles-0edd0cee7398f56dc96fb3e7eadd72e8101df8cc.tar.gz dotfiles-0edd0cee7398f56dc96fb3e7eadd72e8101df8cc.tar.xz |
Disable nixos cronjob for now
Diffstat (limited to 'nixos')
-rw-r--r-- | nixos/configuration.nix | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 199c2cc..f3c5d3b 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -265,8 +265,9 @@ }; services = { - cron.enable = true; - cron.systemCronJobs = [ "* * * * * andreh mbsync -Va >> /tmp/mbsync.log"]; + # FIXME + # cron.enable = true; + # cron.systemCronJobs = ["* * * * * andreh mbsync -aV &>> /tmp/mbsync.log"]; xserver = { enable = true; |