ma: move away from freenode
This commit is contained in:
parent
dbf138ec8c
commit
49db565ce8
@ -13,7 +13,7 @@
|
|||||||
channel = "#binaergewitter";
|
channel = "#binaergewitter";
|
||||||
notifyErrors = false;
|
notifyErrors = false;
|
||||||
irc = {
|
irc = {
|
||||||
host = "irc.freenode.net";
|
host = "irc.libera.chat";
|
||||||
port = 6667;
|
port = 6667;
|
||||||
};
|
};
|
||||||
#controller = {
|
#controller = {
|
||||||
|
@ -15,7 +15,7 @@ in {
|
|||||||
inputConfig = ''
|
inputConfig = ''
|
||||||
irc {
|
irc {
|
||||||
channels => [ "#krebs", "#afra" ]
|
channels => [ "#krebs", "#afra" ]
|
||||||
host => "irc.freenode.net"
|
host => "irc.hackint.org"
|
||||||
nick => "dirctator"
|
nick => "dirctator"
|
||||||
}
|
}
|
||||||
'';
|
'';
|
||||||
|
@ -17,7 +17,7 @@ in {
|
|||||||
echo "$message"
|
echo "$message"
|
||||||
LOGNAME=sec-announcer
|
LOGNAME=sec-announcer
|
||||||
HOSTNAME=$(${pkgs.systemd}/bin/hostnamectl --transient)
|
HOSTNAME=$(${pkgs.systemd}/bin/hostnamectl --transient)
|
||||||
IRC_SERVER=irc.freenode.net
|
IRC_SERVER=irc.hackint.org
|
||||||
IRC_PORT=6667
|
IRC_PORT=6667
|
||||||
IRC_NICK=$HOSTNAME-$$
|
IRC_NICK=$HOSTNAME-$$
|
||||||
IRC_CHANNEL='#eloop'
|
IRC_CHANNEL='#eloop'
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
config = {
|
config = {
|
||||||
channel = "#systemdultras";
|
channel = "#systemdultras";
|
||||||
irc = {
|
irc = {
|
||||||
host = "irc.freenode.net";
|
host = "irc.hackint.org";
|
||||||
port = 6667;
|
port = 6667;
|
||||||
};
|
};
|
||||||
notifyErrors = false;
|
notifyErrors = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user