mirror of https://codeberg.org/anemofilia/zero
home-environments: radio: Add sourcehut ssh host
parent
8d0f7b5567
commit
445971bbe4
|
@ -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|#
|
||||||
|
|
Loading…
Reference in New Issue