From 325044450333ec9429094f55dca88308246a6d95 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Tue, 5 Jul 2022 19:29:24 -0700 Subject: Add a hostname for my pc so ssh recognizes the name --- oni/home/data/config.scm | 1 + 1 file changed, 1 insertion(+) (limited to 'oni/home/data/config.scm') diff --git a/oni/home/data/config.scm b/oni/home/data/config.scm index 0cefc66..4c99821 100644 --- a/oni/home/data/config.scm +++ b/oni/home/data/config.scm @@ -389,4 +389,5 @@ LocalForward 2812 localhost:2812")) (openssh-host (name "rincewind") + (host-name "192.168.1.135") (port 4511))))))))) -- cgit v1.2.3-54-g00ecf