home-environments: radio: Add sourcehut ssh host

impermanence
Luis Guilherme Coelho 2024-05-26 01:18:22 -03:00
parent 8d0f7b5567
commit 445971bbe4
No known key found for this signature in database
GPG Key ID: 1F2E76ACE3F531C8
1 changed files with 6 additions and 1 deletions

View File

@ -512,7 +512,12 @@
(name "github.com") (name "github.com")
(host-name "github.com") (host-name "github.com")
(user "git") (user "git")
(identity-file "~/.ssh/github")))) (identity-file "~/.ssh/github"))
(openssh-host
(name "git.sr.ht")
(host-name "git.sr.ht")
(user "git")
(identity-file "~/.ssh/srht"))))
(authorized-keys #f))) (authorized-keys #f)))
#|GPG agent service|# #|GPG agent service|#