diff options
author | Ben Sima <ben@bsima.me> | 2020-11-12 17:26:53 -0800 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2020-11-12 17:27:43 -0800 |
commit | eacaee1089f11b1b8d6370c455b7167e4c2f369b (patch) | |
tree | 8adf200ad17cd2e50753688a47a4e863856bef64 /linux.nix | |
parent | 13f5072a63048fbaf3d2a88d511ec1ec7ea8101c (diff) |
disable mbsync cron for now
Diffstat (limited to 'linux.nix')
-rw-r--r-- | linux.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -170,7 +170,7 @@ in keybase.enable = true; mbsync = { - enable = true; #if hostname == "lithium" then true else false; + enable = false; #if hostname == "lithium" then true else false; frequency = "*:0/15"; postExec = "${pkgs.notmuch}/bin/notmuch new"; }; |