chore: Add new openssh-host to home-openssh-service configuration

pull/1/head
anemofilia 2023-09-16 20:07:21 -03:00
parent debab7068a
commit 5019ff7e3a
No known key found for this signature in database
GPG Key ID: 5A8F3D62C87A2B33
1 changed files with 7 additions and 1 deletions

View File

@ -298,7 +298,13 @@
(name "codeberg.org") (name "codeberg.org")
(host-name "codeberg.org") (host-name "codeberg.org")
(user "git") (user "git")
(identity-file "~/.ssh/codeberg")))) (identity-file "~/.ssh/codeberg"))
(openssh-host
(name "*.onion")
(identity-file "~/.ssh/codeberg")
(proxy
(proxy-command
"nc -x 127.0.0.1:9050 -X5 %h %p")))))
(authorized-keys #f))) (authorized-keys #f)))
(service home-gpg-agent-service-type (service home-gpg-agent-service-type