From 8cde4135b116eebb97b450f1550892df9f5200de Mon Sep 17 00:00:00 2001 From: Colin Date: Wed, 24 May 2023 07:40:35 +0000 Subject: [PATCH] matrix: irc: libera: configure with sasl=false --- hosts/by-name/servo/services/matrix/irc.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/by-name/servo/services/matrix/irc.nix b/hosts/by-name/servo/services/matrix/irc.nix index a60a7329..95b5b17e 100644 --- a/hosts/by-name/servo/services/matrix/irc.nix +++ b/hosts/by-name/servo/services/matrix/irc.nix @@ -134,6 +134,7 @@ in }; "irc.libera.chat" = ircServer { name = "libera"; + sasl = false; # notable channels: # - #hare };