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;