summaryrefslogtreecommitdiff
path: root/tw/home
diff options
context:
space:
mode:
authorTimo Wilken2023-01-19 00:27:59 +0100
committerTimo Wilken2023-01-19 00:27:59 +0100
commit82a1ff70c1499ab3d8e1f13ec03ddc9e9f270888 (patch)
treed5d6023cf6c65a47f899829654cfc7ecf885095b /tw/home
parent9db58c775e424f54dd3c504ef0eeb91249e242ec (diff)
Fix SSH port for vin.twilken.net
Diffstat (limited to 'tw/home')
-rw-r--r--tw/home/common.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/tw/home/common.scm b/tw/home/common.scm
index 5b61e587..622b54cc 100644
--- a/tw/home/common.scm
+++ b/tw/home/common.scm
@@ -157,8 +157,8 @@ auto-expand-secmem
(home-openssh-configuration
(hosts
(let ((my-hosts/ports
- '(("vin.twilken.net" . 50022)
- ("vin.wg" . 50022)
+ '(("vin.twilken.net" . 22022)
+ ("vin.wg" . 22022)
("pi3.twilken.net" . 51022)
("pi3.wg" . 51022)
("lud.twilken.net" . 22022)