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