From 46fc8188e95ecccaf03dd0cfb394d804cc00c8a8 Mon Sep 17 00:00:00 2001 From: Baitinq Date: Thu, 22 Sep 2022 15:55:57 +0200 Subject: Home: Git: Add send-email 'account' --- hosts/home.nix | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'hosts/home.nix') 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; + }; }; }; -- cgit 1.4.1