This commit is contained in:
Daniel Ziltener 2024-01-03 14:41:45 +01:00
parent 8ff919f78e
commit bc67e83ebb
Signed by: zilti
GPG Key ID: B38976E82C9DAE42
2 changed files with 8 additions and 17 deletions

View File

@ -27,23 +27,8 @@
autoStash = true autoStash = true
[sendemail] [sendemail]
smtpEncryption = "tls" sendmailCmd = msmtp -t
smtpServer = "lyrion.ch" annotate = yes
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"
[tag] [tag]
gpgSign = true gpgSign = true

View File

@ -203,6 +203,7 @@
"wireplumber-minimal" "wireplumber-minimal"
"wlogout" "wlogout"
"xdg-desktop-portal" "xdg-desktop-portal"
"xdg-desktop-portal-wlr"
"emacs-el-patch" "emacs-el-patch"
"emacs-guix" "emacs-guix"
@ -266,6 +267,11 @@
(home-openssh-configuration (home-openssh-configuration
(hosts (hosts
(list (list
(openssh-host
(name "git.sr.ht")
(host-name "git.sr.ht")
(user "git")
(identity-file "~/.ssh/personal_ed"))
(openssh-host (openssh-host
(name "gitlab.com") (name "gitlab.com")
(host-name "gitlab.com") (host-name "gitlab.com")