From a7868e4e17a6257b8b82b1714d1493e14e4c5e3f Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Mon, 17 Aug 2020 22:03:08 +0100 Subject: feat(nixos/clbot): Add ability to post in multiple channels Adds the ability to post to multiple channels by simply running multiple instances of clbot. We should probably implement support for this in clbot itself, but right now I can't be bothered to write Go. Change-Id: I5cffd0dc10a7f6cc19c37c5834c5610166b4ae23 Reviewed-on: https://cl.tvl.fyi/c/depot/+/1771 Tested-by: BuildkiteCI Reviewed-by: kanepyork Reviewed-by: lukegb --- ops/nixos/whitby/default.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ops/nixos/whitby') diff --git a/ops/nixos/whitby/default.nix b/ops/nixos/whitby/default.nix index 456dac8a46d4..c05cb324f5ec 100644 --- a/ops/nixos/whitby/default.nix +++ b/ops/nixos/whitby/default.nix @@ -218,6 +218,11 @@ in lib.fix(self: { # populated from /etc/secrets/clbot irc_pass = "$CLBOT_PASS"; }; + + channels = [ + "##tvl" + "##tvl-dev" + ]; }; services.depot = { -- cgit 1.4.1