configs/git: fix sending mail, cc correct addy

This commit is contained in:
Aaron Bieber 2023-11-03 08:47:39 -06:00
parent f3b9b5aef6
commit d021c5b5da
No known key found for this signature in database

View File

@ -58,13 +58,13 @@ in
{ inherit (rewriteGitHub) url; }
{
sendmail = {
sendemail = {
smtpserver = "mail.messagingengine.com";
smtpuser = "qbit@fastmail.com";
smtpauth = "PLAIN";
smtpencryption = "tls";
smtpserverport = 587;
cc = "aaron@bolddaemon.com";
cc = "git@bolddaemon.com";
confirm = "auto";
};
}