diff options
Diffstat (limited to 'accounts')
-rw-r--r-- | accounts/gkleen@sif/ssh-hosts.nix | 4 | ||||
-rw-r--r-- | accounts/gkleen@sif/xmonad/xmonad.hs | 12 |
2 files changed, 8 insertions, 8 deletions
diff --git a/accounts/gkleen@sif/ssh-hosts.nix b/accounts/gkleen@sif/ssh-hosts.nix index d47410f4..58e4957f 100644 --- a/accounts/gkleen@sif/ssh-hosts.nix +++ b/accounts/gkleen@sif/ssh-hosts.nix | |||
@@ -27,6 +27,10 @@ | |||
27 | { hostname = "ymir.yggdrasil.li"; | 27 | { hostname = "ymir.yggdrasil.li"; |
28 | identityFile = "~/.ssh/gkleen@sif.midgard.yggdrasil"; | 28 | identityFile = "~/.ssh/gkleen@sif.midgard.yggdrasil"; |
29 | }; | 29 | }; |
30 | "surtr" = | ||
31 | { hostname = "surtr.yggdrasil.li"; | ||
32 | identityFile = "~/.ssh/gkleen@sif.midgard.yggdrasil"; | ||
33 | }; | ||
30 | "odin" = | 34 | "odin" = |
31 | { hostname = "odin.asgard.yggdrasil"; | 35 | { hostname = "odin.asgard.yggdrasil"; |
32 | identityFile = "~/.ssh/gkleen@sif.midgard.yggdrasil"; | 36 | identityFile = "~/.ssh/gkleen@sif.midgard.yggdrasil"; |
diff --git a/accounts/gkleen@sif/xmonad/xmonad.hs b/accounts/gkleen@sif/xmonad/xmonad.hs index 3bf930c0..579456ad 100644 --- a/accounts/gkleen@sif/xmonad/xmonad.hs +++ b/accounts/gkleen@sif/xmonad/xmonad.hs | |||
@@ -681,14 +681,9 @@ xPConfig = def | |||
681 | } | 681 | } |
682 | 682 | ||
683 | sshOverrides host = map (\h -> mkOverride { oHost = h, oCommand = moshCmd . inTmux host} ) | 683 | sshOverrides host = map (\h -> mkOverride { oHost = h, oCommand = moshCmd . inTmux host} ) |
684 | [ | 684 | [ "odin" |
685 | "odin", "odin.asgard.yggdrasil" | 685 | , "ymir" |
686 | , "ymir", "ymir.yggdrasil.li", "ymir.niflheim.yggdrasil" | 686 | , "surtr" |
687 | , "surtr", "yggdrasil.li", "surtr.yggdrasil.li", "praseodym.org", "surtr.praseodym.org", "surtr.141.li", "141.li" | ||
688 | , "vindler", "vindler.alfheim.yggdrasil" | ||
689 | , "ullr" | ||
690 | , "heimdallr", "heimdallr.asgard.yggdrasil" | ||
691 | , "testworx" | ||
692 | ] | 687 | ] |
693 | ++ | 688 | ++ |
694 | map (\h -> mkOverride { oHost = h, oCommand = moshCmd' "/run/current-system/sw/bin/mosh-server" . withEnv [("TERM", "xterm")] . inTmux host} ) | 689 | map (\h -> mkOverride { oHost = h, oCommand = moshCmd' "/run/current-system/sw/bin/mosh-server" . withEnv [("TERM", "xterm")] . inTmux host} ) |
@@ -702,6 +697,7 @@ sshOverrides host = map (\h -> mkOverride { oHost = h, oCommand = moshCmd . inTm | |||
702 | map (\h -> mkOverride { oHost = h, oCommand = sshCmd . withEnv [("TERM", "xterm")] . inTmux host } ) | 697 | map (\h -> mkOverride { oHost = h, oCommand = sshCmd . withEnv [("TERM", "xterm")] . inTmux host } ) |
703 | [ "remote.cip.ifi.lmu.de" | 698 | [ "remote.cip.ifi.lmu.de" |
704 | , "uniworx3", "uniworx4", "uniworx5", "uniworxdb2" | 699 | , "uniworx3", "uniworx4", "uniworx5", "uniworxdb2" |
700 | , "testworx" | ||
705 | ] | 701 | ] |
706 | 702 | ||
707 | backlight :: (Rational -> Rational) -> X () | 703 | backlight :: (Rational -> Rational) -> X () |