commit 9cae31774e99e293e74e7526aa243ac8f06af7ad
parent ecfe085f3bf7833cf66a7876fe117570bd264ad6
Author: Vincent Demeester <vincent@sbr.pm>
Date: Mon, 5 Oct 2020 13:17:12 +0200
users/vincent: temporary disable email sync
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/users/vincent/mails/default.nix b/users/vincent/mails/default.nix
@@ -6,7 +6,7 @@ in
imports = [ ../../modules ];
profiles.mails = {
enable = true;
- sync = sync;
+ sync = false;
};
home.file.".gmailctl/config.jsonnet".source = ./config.jsonnet;