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:
parent
e3e2abaef5
commit
6ce326cef9
4 changed files with 10 additions and 14 deletions
|
|
@ -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; };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue