summaryrefslogtreecommitdiff
path: root/linux.nix
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2020-11-12 17:26:53 -0800
committerBen Sima <ben@bsima.me>2020-11-12 17:27:43 -0800
commiteacaee1089f11b1b8d6370c455b7167e4c2f369b (patch)
tree8adf200ad17cd2e50753688a47a4e863856bef64 /linux.nix
parent13f5072a63048fbaf3d2a88d511ec1ec7ea8101c (diff)
disable mbsync cron for now
Diffstat (limited to 'linux.nix')
-rw-r--r--linux.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux.nix b/linux.nix
index 3a9bcd9..44cfb86 100644
--- a/linux.nix
+++ b/linux.nix
@@ -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";
};