Enable git sendemail

This commit is contained in:
Valentin Brandl 2022-12-18 11:57:03 +01:00
parent 961d7552c7
commit 2fd7dbb851
Signed by: vbrandl
GPG Key ID: CAD4DA1A789125F9

View File

@ -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";