diff options
author | Vincent Ambo <mail@tazj.in> | 2020-11-05T13·36+0100 |
---|---|---|
committer | tazjin <mail@tazj.in> | 2020-11-05T14·22+0000 |
commit | e84f9ef0adb48db610fd06d6ff75edd073712a90 (patch) | |
tree | 98231876581f20f742ec7d1851493af1f43cac0c /ops/nixos | |
parent | e39b7e002cb0e14f6bdaec78f4e6f6a4aa03d599 (diff) |
fix(whitby): Use new IRC bouncer location for clbot r/1870
... 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 <lukegb@tvl.fyi>
Diffstat (limited to 'ops/nixos')
-rw-r--r-- | ops/nixos/whitby/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ops/nixos/whitby/default.nix b/ops/nixos/whitby/default.nix index 9406c6847cdb..e1834fa35859 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"; |