summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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";
};