ma: move away from freenode

This commit is contained in:
makefu 2021-05-25 09:52:00 +02:00
parent dbf138ec8c
commit 49db565ce8
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225
4 changed files with 4 additions and 4 deletions

View File

@ -13,7 +13,7 @@
channel = "#binaergewitter";
notifyErrors = false;
irc = {
host = "irc.freenode.net";
host = "irc.libera.chat";
port = 6667;
};
#controller = {

View File

@ -15,7 +15,7 @@ in {
inputConfig = ''
irc {
channels => [ "#krebs", "#afra" ]
host => "irc.freenode.net"
host => "irc.hackint.org"
nick => "dirctator"
}
'';

View File

@ -17,7 +17,7 @@ in {
echo "$message"
LOGNAME=sec-announcer
HOSTNAME=$(${pkgs.systemd}/bin/hostnamectl --transient)
IRC_SERVER=irc.freenode.net
IRC_SERVER=irc.hackint.org
IRC_PORT=6667
IRC_NICK=$HOSTNAME-$$
IRC_CHANNEL='#eloop'

View File

@ -11,7 +11,7 @@
config = {
channel = "#systemdultras";
irc = {
host = "irc.freenode.net";
host = "irc.hackint.org";
port = 6667;
};
notifyErrors = false;