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