mirror of
https://github.com/kmein/niveum
synced 2026-03-16 10:11:08 +01:00
Revert "feat(alertmanager): alert via irc"
This reverts commit 630d99e191.
This commit is contained in:
@@ -33,9 +33,6 @@ in {
|
||||
look.mouse = true;
|
||||
look.prefix_align_max = 15;
|
||||
color.chat_nick_colors = lib.lists.subtractLists (lib.range 52 69 ++ lib.range 231 248) (lib.range 31 254);
|
||||
look.highlight_tags = [
|
||||
"irc_notice+nick_niveum"
|
||||
];
|
||||
};
|
||||
irc = {
|
||||
look = {
|
||||
@@ -83,7 +80,7 @@ in {
|
||||
retiolum = {
|
||||
autoconnect = true;
|
||||
address = "irc.r";
|
||||
autojoin = [ "#xxx" "#brockman" "#flix" "#niveum" ];
|
||||
autojoin = [ "#xxx" "#brockman" "#flix" "#autowifi" ];
|
||||
command = lib.concatStringsSep "\\;" [
|
||||
"/oper admin aidsballs"
|
||||
"/msg nickserv always-on true"
|
||||
|
||||
Reference in New Issue
Block a user