From 445971bbe44145291ab2647ec6b739d3070852ac Mon Sep 17 00:00:00 2001 From: Luis Guilherme Coelho Date: Sun, 26 May 2024 01:18:22 -0300 Subject: [PATCH] home-environments: radio: Add sourcehut ssh host --- home-environments/radio.scm | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/home-environments/radio.scm b/home-environments/radio.scm index b546980..241c274 100644 --- a/home-environments/radio.scm +++ b/home-environments/radio.scm @@ -512,7 +512,12 @@ (name "github.com") (host-name "github.com") (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))) #|GPG agent service|#