.
This commit is contained in:
parent
8ff919f78e
commit
bc67e83ebb
2 changed files with 8 additions and 17 deletions
|
@ -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
|
||||
|
|
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue