fix(openssh-service): Change the name of my ssh connection

This had my setup broken for weeks because it wouldn't recognize ryuslash.org as
a configured host anymore.
This commit is contained in:
Tom Willemse 2023-03-30 22:37:25 -07:00
parent ce6df63e39
commit de02833bc5

View file

@ -125,7 +125,7 @@
(service home-openssh-service-type
(home-openssh-configuration
(hosts (list (openssh-host
(name "ryuslash")
(name "ryuslash.org")
(host-name "ryuslash.org")
(user "slash")
(port 4511)