Enable git sendemail
This commit is contained in:
parent
961d7552c7
commit
2fd7dbb851
@ -5,7 +5,10 @@ import ../home
|
||||
};
|
||||
git = {
|
||||
name = "Valentin Brandl";
|
||||
email = "mail+dev@vbrandl.net";
|
||||
email = "mail@vbrandl.net";
|
||||
};
|
||||
programs.git.extraConfig = {
|
||||
sendemail.smtpserveroption = [ "-a" "vbrandl" ];
|
||||
};
|
||||
inherit system;
|
||||
username = "me";
|
||||
|
Loading…
Reference in New Issue
Block a user