git sendemail

This commit is contained in:
Motiejus Jakštys 2024-11-12 18:03:36 +02:00
parent a383e0ef26
commit d136fc91e1

View File

@ -174,6 +174,16 @@ in
init.defaultBranch = "main";
merge.conflictstyle = "zdiff3";
rerere.enabled = true;
sendemail = {
sendmailcmd = lib.getExe pkgs.msmtp;
smtpserveroption = [
"-a"
"mj"
];
confirm = "always";
suppresscc = "self";
};
};
};