From bc67e83ebb2b1f3b58e167d15c15ce91dc5ab166 Mon Sep 17 00:00:00 2001 From: Daniel Ziltener Date: Wed, 3 Jan 2024 14:41:45 +0100 Subject: [PATCH] . --- home/git/config | 19 ++----------------- home/home-configuration.scm | 6 ++++++ 2 files changed, 8 insertions(+), 17 deletions(-) diff --git a/home/git/config b/home/git/config index 28de26b..476333f 100644 --- a/home/git/config +++ b/home/git/config @@ -27,23 +27,8 @@ autoStash = true [sendemail] - smtpEncryption = "tls" - smtpServer = "lyrion.ch" - smtpServerPort = 465 - smtpUser = "dziltener" - -[sendemail "LMail"] - from = "dziltener@lyrion.ch" - smtpEncryption = "tls" - smtpServer = "lyrion.ch" - smtpUser = "dziltener" - -[sendemail "RedSky"] - from = "dz@redsky.io" - smtpEncryption = "ssl" - smtpServer = "smtp.gmail.com" - smtpServerPort = 465 - smtpUser = "dz@redsky.io" + sendmailCmd = msmtp -t + annotate = yes [tag] gpgSign = true diff --git a/home/home-configuration.scm b/home/home-configuration.scm index 5cc397a..c7dc30d 100644 --- a/home/home-configuration.scm +++ b/home/home-configuration.scm @@ -203,6 +203,7 @@ "wireplumber-minimal" "wlogout" "xdg-desktop-portal" + "xdg-desktop-portal-wlr" "emacs-el-patch" "emacs-guix" @@ -266,6 +267,11 @@ (home-openssh-configuration (hosts (list + (openssh-host + (name "git.sr.ht") + (host-name "git.sr.ht") + (user "git") + (identity-file "~/.ssh/personal_ed")) (openssh-host (name "gitlab.com") (host-name "gitlab.com")