Add sendemail config

This commit is contained in:
2022-02-23 13:35:04 +00:00
parent fd56782e8b
commit 8d4439943a

View File

@@ -121,6 +121,12 @@
extraConfig = { extraConfig = {
pull.rebase = true; pull.rebase = true;
init.defaultBranch = "main"; init.defaultBranch = "main";
sendemail = {
smtpUser = "me@danielpatterson.dev";
smtpServer = "smtp.fastmail.com";
smtpEncryption = "tls";
smtpServerPort = 587;
};
}; };
}; };