diff --git a/configs/git.nix b/configs/git.nix index e8d7c28..9f525cb 100644 --- a/configs/git.nix +++ b/configs/git.nix @@ -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"; }; }