From bd498bb304adb78886c0b0750e3648d1d04beec3 Mon Sep 17 00:00:00 2001 From: Marek Paśnikowski Date: Tue, 7 Feb 2023 22:12:02 +0100 Subject: Integrate the SSH configuration file --- home-configuration.scm | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'home-configuration.scm') diff --git a/home-configuration.scm b/home-configuration.scm index 2d13f2d..ab9048d 100644 --- a/home-configuration.scm +++ b/home-configuration.scm @@ -132,7 +132,14 @@ (description "Custom version of ORG-FC.") (default-value #f))) (simple-service 'ssh-configuration* home-files-service-type - `((".ssh/config" ,(local-file "ssh.config")))) + `((".ssh/config" ,(plain-file "ssh-config" "\ + Host *.onion + ProxyCommand nc -x localhost:9050 -X5 %h %p + + Host kynio.onion + User kynio + Hostname prnpi5oblk35gzcihbgu3227xvanisouxgbejri57bnzjawcksq4l7yd.onion + Port 22\n")))) (service (service-type (name 'trezor-user-packages) -- cgit v1.2.3