1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

fix(weechat): no sasl

This commit is contained in:
2022-02-25 08:45:01 +01:00
parent cd7e688a46
commit ecfc2ca06c

View File

@@ -53,9 +53,9 @@ in {
ipv6 = true; ipv6 = true;
ssl = true; ssl = true;
autojoin = [ "#krebs" "#hsmr" "#nixos" "#the_playlist" "#flipdot-berlin" ]; autojoin = [ "#krebs" "#hsmr" "#nixos" "#the_playlist" "#flipdot-berlin" ];
sasl_mechanism = "plain"; # sasl_mechanism = "plain";
sasl_username = nick; # sasl_username = nick;
sasl_password = lib.strings.fileContents <system-secrets/irc/hackint>; # sasl_password = lib.strings.fileContents <system-secrets/irc/hackint>;
}; };
libera = { libera = {
autoconnect = true; autoconnect = true;