diff options
Diffstat (limited to 'lib/common.nix')
-rw-r--r-- | lib/common.nix | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/common.nix b/lib/common.nix index 94cf1aa..d1efeb9 100644 --- a/lib/common.nix +++ b/lib/common.nix @@ -205,7 +205,7 @@ in { programs.git = { enable = true; userName = "Ben Sima"; - userEmail = "ben@bsima.me"; + userEmail = "ben@bensima.com"; ignores = [ "*~" "*.swp" ]; package = pkgs.gitAndTools.gitFull; signing = { @@ -253,13 +253,13 @@ in { push.default = "current"; remote.pushDefault = "origin"; sendemail = { - #smtpuser = "ben@bsima.me"; - #smtpserverport = 587; + smtpuser = "ben@bensima.com"; + smtpserverport = 587; smtpserver = "${homedir}/bin/sendmail"; chainreplyto = false; composeencoding = "UTF-8"; annotate = "yes"; - cccmd = "git-contacts"; + #cccmd = "git-contacts"; }; }; }; |