From ef223a971775960615a443b3cef93f9c4a9b8d92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Fri, 25 Feb 2022 10:11:36 +0100 Subject: [PATCH] feat(weechat): hackint works now --- systems/makanek/weechat.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/systems/makanek/weechat.nix b/systems/makanek/weechat.nix index f2ac17e..17b0864 100644 --- a/systems/makanek/weechat.nix +++ b/systems/makanek/weechat.nix @@ -52,10 +52,10 @@ in { address = "irc.hackint.org/6697"; ipv6 = true; ssl = true; - autojoin = [ "#krebs" "#hsmr" "#nixos" "#the_playlist" "#flipdot-berlin" ]; - # sasl_mechanism = "plain"; - # sasl_username = nick; - # sasl_password = lib.strings.fileContents ; + autojoin = [ "#krebs" "#hsmr" "#nixos" "#the_playlist" "#flipdot-berlin" "#hackint" ]; + sasl_mechanism = "plain"; + sasl_username = nick; + sasl_password = lib.strings.fileContents ; }; libera = { autoconnect = true;