Add sendemail config
This commit is contained in:
@@ -121,6 +121,12 @@
|
||||
extraConfig = {
|
||||
pull.rebase = true;
|
||||
init.defaultBranch = "main";
|
||||
sendemail = {
|
||||
smtpUser = "me@danielpatterson.dev";
|
||||
smtpServer = "smtp.fastmail.com";
|
||||
smtpEncryption = "tls";
|
||||
smtpServerPort = 587;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user