mirror of
https://github.com/kmein/niveum
synced 2026-03-16 10:11:08 +01:00
feat(weechat): hackint works now
This commit is contained in:
@@ -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 <system-secrets/irc/hackint>;
|
||||
autojoin = [ "#krebs" "#hsmr" "#nixos" "#the_playlist" "#flipdot-berlin" "#hackint" ];
|
||||
sasl_mechanism = "plain";
|
||||
sasl_username = nick;
|
||||
sasl_password = lib.strings.fileContents <system-secrets/irc/hackint>;
|
||||
};
|
||||
libera = {
|
||||
autoconnect = true;
|
||||
|
||||
Reference in New Issue
Block a user