git sendemail
This commit is contained in:
parent
a383e0ef26
commit
d136fc91e1
@ -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";
|
||||
};
|
||||
|
||||
};
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user