diff options
author | tv <tv@krebsco.de> | 2016-02-17 17:23:19 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2016-02-17 17:23:19 +0100 |
commit | b100a6222013be6ceb16cdaf6660292a69211e47 (patch) | |
tree | 6310b5bf5d62251f10118e25bc9cac72d3408556 /tv/1systems/wu.nix | |
parent | 6860a92d8b4640bcb7cc6314589332bf3e940589 (diff) |
tv im: init
Diffstat (limited to 'tv/1systems/wu.nix')
-rw-r--r-- | tv/1systems/wu.nix | 20 |
1 files changed, 1 insertions, 19 deletions
diff --git a/tv/1systems/wu.nix b/tv/1systems/wu.nix index 6154e4d..7615c4e 100644 --- a/tv/1systems/wu.nix +++ b/tv/1systems/wu.nix @@ -10,6 +10,7 @@ with config.krebs.lib; ../2configs/hw/w110er.nix ../2configs/exim-retiolum.nix ../2configs/git.nix + ../2configs/im.nix ../2configs/mail-client.nix ../2configs/nginx-public_html.nix ../2configs/pulse.nix @@ -23,19 +24,6 @@ with config.krebs.lib; hashPassword haskellPackages.lentil parallel - (pkgs.writeScriptBin "im" '' - #! ${pkgs.bash}/bin/bash - 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 @@ -201,12 +189,6 @@ with config.krebs.lib; KERNEL=="hpet", GROUP="audio" ''; - services.bitlbee = { - enable = true; - plugins = [ - pkgs.bitlbee-facebook - ]; - }; services.tor.client.enable = true; services.tor.enable = true; services.virtualboxHost.enable = true; |