aboutsummaryrefslogtreecommitdiffstats
path: root/oni
diff options
context:
space:
mode:
authorGravatar Tom Willemse2023-03-30 22:37:25 -0700
committerGravatar Tom Willemse2023-03-30 22:37:25 -0700
commitde02833bc59e3129359ad02cc875b6f2d27cea8c (patch)
treeea13987fc7fd1139b46ec7f6faa38c760476483b /oni
parentce6df63e39380a3a7ad11579288ef4fb24ba31be (diff)
downloadnew-dotfiles-de02833bc59e3129359ad02cc875b6f2d27cea8c.tar.gz
new-dotfiles-de02833bc59e3129359ad02cc875b6f2d27cea8c.zip
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.
Diffstat (limited to 'oni')
-rw-r--r--oni/home/config/common.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/oni/home/config/common.scm b/oni/home/config/common.scm
index 729188f..ae67adb 100644
--- a/oni/home/config/common.scm
+++ b/oni/home/config/common.scm
@@ -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)