aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2023-01-26 14:48:55 +0900
committersefidel <contact@sefidel.net>2023-01-26 14:49:01 +0900
commit73eb7e2b7242d0c9438cdfa3ef2c819c1d988b06 (patch)
tree5f538cb8c5c95212211bb1d24813d834bc153455
parent4664796a786e8929dc6bb50c074af71ec53b6f1a (diff)
downloadnixrc-73eb7e2b7242d0c9438cdfa3ef2c819c1d988b06.zip
feat(home/development): configure git-send-email
-rw-r--r--home/profiles/development/default.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/home/profiles/development/default.nix b/home/profiles/development/default.nix
index eacf234..bbd886b 100644
--- a/home/profiles/development/default.nix
+++ b/home/profiles/development/default.nix
@@ -46,6 +46,13 @@ in
merge.tool = "fugitive";
mergetool.prompt = false;
+
+ sendemail = {
+ smtpserver = "smtp.migadu.com";
+ smtpuser = "zach@zachel.io";
+ smtpencryption = "ssl";
+ smtpserverport = "465";
+ };
};
ignores = [