Add git options

This commit is contained in:
2022-03-02 02:45:44 +00:00
parent 6dc787cbf3
commit 0511e4d812

View File

@@ -115,7 +115,9 @@
extraConfig = {
pull.rebase = true;
init.defaultBranch = "main";
format.signOff = "yes";
sendemail = {
annotate = "yes";
smtpUser = "me@danielpatterson.dev";
smtpServer = "smtp.fastmail.com";
smtpEncryption = "tls";