diff options
Diffstat (limited to 'hosts/home.nix')
-rw-r--r-- | hosts/home.nix | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/hosts/home.nix b/hosts/home.nix index d742451..bb13861 100644 --- a/hosts/home.nix +++ b/hosts/home.nix @@ -104,6 +104,13 @@ extraConfig = { push.autoSetupRemote = true; init.defaultBranch = "master"; + sendemail = { + smtpserver = "smtp.gmail.com"; + smtpserverport = "587"; + smtpencryption = "tls"; + smtpuser = "manuelpalenzuelamerino@gmail.com"; + smtpPass = secrets.git.email.password; + }; }; }; |