feat(ops/nevsky): run smtprelay instance for gerrit

Change-Id: I856fafb4c13a876bb6d9cfdb0cdf554d9d0a6b11
Reviewed-on: https://cl.tvl.fyi/c/depot/+/13076
Reviewed-by: sterni <sternenseemann@systemli.org>
Tested-by: BuildkiteCI
This commit is contained in:
Vincent Ambo 2025-02-02 00:23:47 +03:00 committed by tazjin
parent 2b828fbb8e
commit 4a1a271644

View file

@ -12,6 +12,7 @@ in
(mod "irccat.nix")
(mod "known-hosts.nix")
(mod "owothia.nix")
(mod "smtprelay.nix")
(mod "tvl-buildkite.nix")
(mod "tvl-users.nix")
(mod "www/cache.tvl.fyi.nix")
@ -365,6 +366,17 @@ in
irc_pass = "$CLBOT_PASS";
};
};
# Start a local SMTP relay to Gmail (used by gerrit)
smtprelay = {
enable = true;
args = {
listen = ":2525";
remote_host = "smtp.gmail.com:587";
remote_auth = "plain";
remote_user = "tvlbot@tazj.in";
};
};
};
# Start a ZNC instance which bounces for tvlbot and owothia.