From 4d577bd8a9521aae77fde3eb4f90164835942237 Mon Sep 17 00:00:00 2001 From: William Carroll Date: Tue, 30 Jun 2020 17:55:11 +0100 Subject: Support bitlbee I'm still not entirely sure what bitlbee does, but I know this: I want as many messengers in the same place as possible: IRC, Slack, Telegram. @tazjin tells me that Bitlbee will help me get to the promised land. This is hopefully one step of many in that direction. --- nixos/socrates/configuration.nix | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'nixos') diff --git a/nixos/socrates/configuration.nix b/nixos/socrates/configuration.nix index 47b5d49d1ece..398ef7e8452c 100644 --- a/nixos/socrates/configuration.nix +++ b/nixos/socrates/configuration.nix @@ -79,6 +79,14 @@ in { # Services ############################################################################## + nixpkgs.config.bitlbee.enableLibPurple = true; + services.bitlbee = { + enable = true; + libpurple_plugins = [ + pkgs.telegram-purple + ]; + }; + services.openssh.enable = true; services.gitea = { -- cgit 1.4.1