git send-email stuff
This commit is contained in:
parent
9ad45bec4c
commit
9a60356dbd
1 changed files with 8 additions and 0 deletions
8
home.nix
8
home.nix
|
|
@ -316,6 +316,7 @@
|
|||
|
||||
programs.git = {
|
||||
enable = true;
|
||||
package = pkgs.gitFull;
|
||||
settings = {
|
||||
safe = {
|
||||
directory = "*";
|
||||
|
|
@ -326,6 +327,13 @@
|
|||
user.name = "mehbark";
|
||||
user.email = "terezi@pyrope.net";
|
||||
commit.gpgsign = darwin;
|
||||
|
||||
sendemail = {
|
||||
smtpserver = "smtp.purelymail.com";
|
||||
smtpuser = "terezi@pyrope.net";
|
||||
smtpencryption = "ssl";
|
||||
smtpserverport = 465;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue