summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--accounts/gkleen@sif/xmonad/xmonad.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/accounts/gkleen@sif/xmonad/xmonad.hs b/accounts/gkleen@sif/xmonad/xmonad.hs
index 326749c9..d7a78a2d 100644
--- a/accounts/gkleen@sif/xmonad/xmonad.hs
+++ b/accounts/gkleen@sif/xmonad/xmonad.hs
@@ -712,6 +712,7 @@ sshOverrides host = map (\h -> mkOverride { oHost = h, oCommand = moshCmd . inTm
712 , "ymir" 712 , "ymir"
713 , "surtr" 713 , "surtr"
714 , "vidhar" 714 , "vidhar"
715 , "srv02.uniworx.de"
715 ] 716 ]
716 ++ 717 ++
717 map (\h -> mkOverride { oHost = h, oCommand = moshCmd' "/run/current-system/sw/bin/mosh-server" . withEnv [("TERM", "xterm")] . inTmux host} ) 718 map (\h -> mkOverride { oHost = h, oCommand = moshCmd' "/run/current-system/sw/bin/mosh-server" . withEnv [("TERM", "xterm")] . inTmux host} )