From 6722705f88ed2feb005f713251bb1bf4e0c8efd6 Mon Sep 17 00:00:00 2001 From: Jason Swank Date: Thu, 18 Dec 2025 16:21:48 +0000 Subject: [PATCH] wip --- install.sh | 3 ++- ssh/.ssh/scalene-config | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/install.sh b/install.sh index 17b2011..29221fb 100755 --- a/install.sh +++ b/install.sh @@ -35,7 +35,8 @@ for dir in \ ssh \ tmux \ zsh \ - aichat + aichat \ + npm do $STOW -t $HOME $dir done diff --git a/ssh/.ssh/scalene-config b/ssh/.ssh/scalene-config index 7ace509..4ce5ca8 100644 --- a/ssh/.ssh/scalene-config +++ b/ssh/.ssh/scalene-config @@ -8,5 +8,5 @@ Host www.scalene.net Host tilde.club User eke -#Match host git.scalene.net exec "ip route |grep -q -E '^(192.168.101.0/24)'" -# Hostname tonttu.scalene.net +Match host git.scalene.net exec "ip route |grep -q -E '^(192.168.101.0/24|10.88.0.0/16)'" + Hostname tonttu.scalene.net