treewide: use liberachat and OFTC in examples

Freenode was taken over by a wannabe bitcoin millionaire [1], which
prompted the migration of communities to Libera Chat and OFTC [2].

[1] https://blog.bofh.it/debian/id_461
[2] https://hackaday.com/2021/05/20/freenode-debacle-prompts-staff-exodus-new-network/
This commit is contained in:
Mario Rodas 2022-12-03 04:20:00 +00:00 committed by Robert Helgesson
parent e3e2abaef5
commit 6ce326cef9
No known key found for this signature in database
GPG key ID: 36BDAA14C2797E89
4 changed files with 10 additions and 14 deletions

View file

@ -6,7 +6,7 @@
enable = true;
overwriteConfigFiles = true;
channels = {
freenode = {
oftc = {
charset = "UTF-8 (Unicode)";
userName = "user";
password = "password";
@ -18,8 +18,8 @@
autoconnect = true;
forceSSL = true;
};
servers = [ "chat.freenode.net" "irc.freenode.net" ];
autojoin = [ "#home-manager" "#nixos" ];
servers = [ "irc.oftc.net" ];
autojoin = [ "#home-manager" ];
};
efnet = {
options = { forceSSL = true; };