diff options
| author | tv <tv@krebsco.de> | 2017-03-07 23:18:49 +0100 | 
|---|---|---|
| committer | tv <tv@krebsco.de> | 2017-03-07 23:24:46 +0100 | 
| commit | 490cee4a2f941efa5a45c0ba87daa5cc35636cc3 (patch) | |
| tree | aa3177aea380d2df547fc58995b6f24fcd8d9933 | |
| parent | f66d7f4d4720d1166520eae6a552245bc92e6a2d (diff) | |
xu,zu: drop redundant "im"
| -rw-r--r-- | tv/1systems/xu.nix | 12 | ||||
| -rw-r--r-- | tv/1systems/zu.nix | 12 | 
2 files changed, 0 insertions, 24 deletions
| diff --git a/tv/1systems/xu.nix b/tv/1systems/xu.nix index 4b8fe8da2..2bab0f4b0 100644 --- a/tv/1systems/xu.nix +++ b/tv/1systems/xu.nix @@ -25,18 +25,6 @@ with import <stockholm/lib>;          hashPassword          #haskellPackages.lentil          parallel -        (pkgs.writeBashBin "im" '' -          export PATH=${makeSearchPath "bin" (with pkgs; [ -            tmux -            gnugrep -            weechat -          ])} -          if tmux list-sessions -F\#S | grep -q '^im''$'; then -            exec tmux attach -t im -          else -            exec tmux new -s im weechat -          fi -        '')          # root          cryptsetup diff --git a/tv/1systems/zu.nix b/tv/1systems/zu.nix index 194ac2928..cabe7f6a5 100644 --- a/tv/1systems/zu.nix +++ b/tv/1systems/zu.nix @@ -30,18 +30,6 @@ with import <stockholm/lib>;          hashPassword          haskellPackages.lentil          parallel -        (pkgs.writeBashBin "im" '' -          export PATH=${makeSearchPath "bin" (with pkgs; [ -            tmux -            gnugrep -            weechat -          ])} -          if tmux list-sessions -F\#S | grep -q '^im''$'; then -            exec tmux attach -t im -          else -            exec tmux new -s im weechat -          fi -        '')          # root          cryptsetup | 
