git send-email stuff

This commit is contained in:
mehbark 2026-09-09 13:19:00 -04:00
parent 9ad45bec4c
commit 9a60356dbd
Signed by: mbk
GPG key ID: E333EC1335FFCCDB

View file

@ -316,6 +316,7 @@
programs.git = {
enable = true;
package = pkgs.gitFull;
settings = {
safe = {
directory = "*";
@ -326,6 +327,13 @@
user.name = "mehbark";
user.email = "terezi@pyrope.net";
commit.gpgsign = darwin;
sendemail = {
smtpserver = "smtp.purelymail.com";
smtpuser = "terezi@pyrope.net";
smtpencryption = "ssl";
smtpserverport = 465;
};
};
};