From e84f9ef0adb48db610fd06d6ff75edd073712a90 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Thu, 5 Nov 2020 14:36:42 +0100 Subject: fix(whitby): Use new IRC bouncer location for clbot ... I found this location in the logs, because the certs are now valid for this, but I'm not actually sure if it's right. Change-Id: I5ac88073e3bf6a95fead4c1d34515622c4416c6a Reviewed-on: https://cl.tvl.fyi/c/depot/+/2070 Tested-by: BuildkiteCI Reviewed-by: lukegb --- ops/nixos/whitby/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ops') diff --git a/ops/nixos/whitby/default.nix b/ops/nixos/whitby/default.nix index 9406c6847c..e1834fa358 100644 --- a/ops/nixos/whitby/default.nix +++ b/ops/nixos/whitby/default.nix @@ -209,7 +209,7 @@ in lib.fix(self: { gerrit_host = "cl.tvl.fyi:29418"; gerrit_ssh_auth_username = "clbot"; gerrit_ssh_auth_key = "/etc/secrets/clbot-key"; - irc_server = "qwerty.zxcvbnm.ninja:6697"; + irc_server = "znc.lukegb.com:6697"; notify_branches = "canon,refs/meta/config"; notify_repo = "depot"; -- cgit 1.4.1