From de02833bc59e3129359ad02cc875b6f2d27cea8c Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Thu, 30 Mar 2023 22:37:25 -0700 Subject: 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. --- oni/home/config/common.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'oni') 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) -- cgit v1.2.3-54-g00ecf