From 330845b0f7cfc2a1b3ba051964242984a3e5568e Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Fri, 27 Nov 2020 18:45:32 -0500 Subject: Change git sendemail config to use my sendmail script --- linux.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/linux.nix b/linux.nix index d066365..a6e3a52 100644 --- a/linux.nix +++ b/linux.nix @@ -394,11 +394,12 @@ in push.default = "simple"; commit.template = builtins.readFile ./lib/git-commit-template; sendemail = { - smtpuser = "ben@bsima.me"; - smtpserverport = 587; - smtpserver = "mail.bsima.me"; + #smtpuser = "ben@bsima.me"; + #smtpserverport = 587; + smtpserver = "${homedir}/bin/sendmail"; chainreplyto = false; composeencoding = "UTF-8"; + annotate = "yes"; }; }; }; -- cgit v1.2.3