about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ops/nixos/modules/monorepo-gerrit.nix9
1 files changed, 4 insertions, 5 deletions
diff --git a/ops/nixos/modules/monorepo-gerrit.nix b/ops/nixos/modules/monorepo-gerrit.nix
index 174c59948e..18c61964f1 100644
--- a/ops/nixos/modules/monorepo-gerrit.nix
+++ b/ops/nixos/modules/monorepo-gerrit.nix
@@ -56,13 +56,12 @@ in {
       sendemail = {
         enable = true;
         html = false;
-        connectTimeout = "30sec";
+        connectTimeout = "10sec";
         from = "TVL Code Review <tvlbot@tazj.in>";
         includeDiff = true;
-        smtpEncryption = "tls";
-        smtpServer = "smtp.gmail.com";
-        smtpServerPort = 587;
-        smtpUser = "tvlbot@tazj.in";
+        smtpEncryption = "none";
+        smtpServer = "localhost";
+        smtpServerPort = 2525;
       };
     };
   };