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:
parent
ce6df63e39
commit
de02833bc5
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue