summaryrefslogtreecommitdiffstats
path: root/tv/1systems/wu.nix
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2015-12-23 13:08:42 +0100
committertv <tv@krebsco.de>2015-12-23 13:08:42 +0100
commita226298f4d545ea66b830833ef9f19c1785a4546 (patch)
tree8e8a4f208ba97eb61108c30b299760b52456383c /tv/1systems/wu.nix
parent9d88191a70e0b8b4c050329a58a0922c8d075822 (diff)
tv wu: services.bitlbee.plugins += fb
Diffstat (limited to 'tv/1systems/wu.nix')
-rw-r--r--tv/1systems/wu.nix7
1 files changed, 6 insertions, 1 deletions
diff --git a/tv/1systems/wu.nix b/tv/1systems/wu.nix
index cd313975..a768e781 100644
--- a/tv/1systems/wu.nix
+++ b/tv/1systems/wu.nix
@@ -234,7 +234,12 @@ with lib;
KERNEL=="hpet", GROUP="audio"
'';
- services.bitlbee.enable = true;
+ services.bitlbee = {
+ enable = true;
+ plugins = [
+ pkgs.bitlbee-facebook
+ ];
+ };
services.tor.client.enable = true;
services.tor.enable = true;
services.virtualboxHost.enable = true;