From af4e1303b0db4866638dbf8784aac29fd0f67863 Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Thu, 15 May 2025 21:20:11 +0300 Subject: [PATCH] fix(ops/modules/monorepo-gerrit): fix outdated comment cl/30249 changed this to Postmark, and it was unconfigured before. Change-Id: I89eb49dbb8a3cb81135ae01c98379151e32ecd7c Reviewed-on: https://cl.snix.dev/c/snix/+/30528 Tested-by: besadii Reviewed-by: Ryan Lahfa Autosubmit: Florian Klink --- ops/modules/monorepo-gerrit.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ops/modules/monorepo-gerrit.nix b/ops/modules/monorepo-gerrit.nix index d3005d67f..84b8ae70b 100644 --- a/ops/modules/monorepo-gerrit.nix +++ b/ops/modules/monorepo-gerrit.nix @@ -139,8 +139,7 @@ in # password against the backing OAuth provider. auth.gitBasicAuthPolicy = "HTTP"; - # Email sending (emails are relayed via the tazj.in domain's - # GSuite currently). + # Email sending # # Note that sendemail.smtpPass is stored in # $site_path/etc/secure.config and is *not* controlled by Nix.