From 5a7ced53a5fecea42401df8a4e2c08c13ec933bc 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 +++++++ secrets/default.nix | Bin 554 -> 598 bytes 2 files changed, 7 insertions(+) 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; + }; }; }; diff --git a/secrets/default.nix b/secrets/default.nix index bf1371a..cec0392 100644 Binary files a/secrets/default.nix and b/secrets/default.nix differ -- cgit 1.4.1