From c09bc6a29f21f1c6bd21575e385b8b3bc5c89b8a Mon Sep 17 00:00:00 2001 From: tv Date: Sun, 20 Dec 2015 12:47:10 +0100 Subject: tv git: add repo soundcloud --- tv/2configs/git.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tv') diff --git a/tv/2configs/git.nix b/tv/2configs/git.nix index 4387be36a..800deff1b 100644 --- a/tv/2configs/git.nix +++ b/tv/2configs/git.nix @@ -33,6 +33,9 @@ let nixpkgs = {}; push = {}; regfish = {}; + soundcloud = { + desc = "SoundCloud command line interface"; + }; stockholm = { desc = "take all the computers hostage, they'll love you!"; }; -- cgit v1.2.3 From a226298f4d545ea66b830833ef9f19c1785a4546 Mon Sep 17 00:00:00 2001 From: tv Date: Wed, 23 Dec 2015 13:08:42 +0100 Subject: tv wu: services.bitlbee.plugins += fb --- tv/1systems/wu.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'tv') diff --git a/tv/1systems/wu.nix b/tv/1systems/wu.nix index cd3139754..a768e781b 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; -- cgit v1.2.3