summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--linux.nix7
1 files 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";
};
};
};