From eacaee1089f11b1b8d6370c455b7167e4c2f369b Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Thu, 12 Nov 2020 17:26:53 -0800 Subject: disable mbsync cron for now --- linux.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linux.nix') 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"; }; -- cgit v1.2.3