Skip to content

Commit

Permalink
feat(weechat): fewer channels
Browse files Browse the repository at this point in the history
  • Loading branch information
kmein committed Apr 4, 2024
1 parent c094653 commit 393715a
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions systems/makanek/weechat.nix
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ in {
addresses = "irc.hackint.org/6697";
ipv6 = true;
ssl = true;
autojoin = ["#eloop" "#krebs" "#hsmr" "#hsmr-moin" "#nixos" "#the_playlist" "#flipdot-berlin" "#hackint"];
autojoin = ["#eloop" "#krebs" "#the_playlist"];
sasl_mechanism = "plain";
sasl_username = nick;
sasl_password = "\${sec.data.hackint_sasl}";
Expand All @@ -70,22 +70,11 @@ in {
autoconnect = true;
addresses = "irc.libera.chat/6697";
ssl = true;
autojoin = ["#flipdot" "#haskell" "#nixos" "#fysi" "#binaergewitter" "#vim" "#newsboat"];
autojoin = ["#haskell" "#fysi" "#binaergewitter" "#vim"];
sasl_mechanism = "plain";
sasl_username = nick;
sasl_password = "\${sec.data.libera_sasl}";
};
oftc = {
autoconnect = true;
addresses = "irc.oftc.net/6697";
ssl = true;
ipv6 = true;
command = lib.concatStringsSep "\\;" [
"/msg nickserv identify \${sec.data.oftc_account}"
"/msg nickserv set cloak on"
];
autojoin = ["#home-manager"];
};
retiolum = {
autoconnect = true;
addresses = "irc.r";
Expand Down

0 comments on commit 393715a

Please sign in to comment.