From 8a28e347f50f27d24b07c8e36155b124b53a933b Mon Sep 17 00:00:00 2001 From: Colin Date: Fri, 19 May 2023 10:47:30 +0000 Subject: [PATCH] matrix: bridge to irc.libera.chat --- hosts/by-name/servo/services/matrix/irc.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hosts/by-name/servo/services/matrix/irc.nix b/hosts/by-name/servo/services/matrix/irc.nix index 3ed2d4a7..a60a7329 100644 --- a/hosts/by-name/servo/services/matrix/irc.nix +++ b/hosts/by-name/servo/services/matrix/irc.nix @@ -132,6 +132,11 @@ in # notable channels: # - #merveilles }; + "irc.libera.chat" = ircServer { + name = "libera"; + # notable channels: + # - #hare + }; "irc.myanonamouse.net" = ircServer { name = "MyAnonamouse"; additionalAddresses = [ "irc2.myanonamouse.net" ];