diff --git a/systems/makanek/weechat.nix b/systems/makanek/weechat.nix index 2b05412..f2ac17e 100644 --- a/systems/makanek/weechat.nix +++ b/systems/makanek/weechat.nix @@ -53,9 +53,9 @@ in { ipv6 = true; ssl = true; autojoin = [ "#krebs" "#hsmr" "#nixos" "#the_playlist" "#flipdot-berlin" ]; - sasl_mechanism = "plain"; - sasl_username = nick; - sasl_password = lib.strings.fileContents ; + # sasl_mechanism = "plain"; + # sasl_username = nick; + # sasl_password = lib.strings.fileContents ; }; libera = { autoconnect = true;