summaryrefslogtreecommitdiffstats
path: root/tv/1systems
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
commit563340823614d3e48606aad7b86dba5855d821a9 (patch)
tree4d8ca707fae036555a4d8e25cdcb87a857fef0cf /tv/1systems
parenta14be9e3aed1d6123f6fb99c7ca017ac2842c80d (diff)
tv wu: services.bitlbee.plugins += fb
Diffstat (limited to 'tv/1systems')
-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 cd31397..a768e78 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;