diff options
-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"; }; |