Commit 9cae31774e99

Vincent Demeester <vincent@sbr.pm>
2020-10-05 13:17:12
users/vincent: temporary disable email sync
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent ecfe085
Changed files (1)
users
vincent
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;