1
0
mirror of https://github.com/kmein/niveum synced 2026-03-29 16:51:07 +02:00

feat(alertmanager): alert via irc

This commit is contained in:
2022-01-13 19:25:28 +01:00
parent f0e11f3147
commit 630d99e191
2 changed files with 24 additions and 49 deletions

View File

@@ -32,6 +32,9 @@ in {
weechat = {
look.mouse = true;
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 = {
@@ -79,7 +82,7 @@ in {
retiolum = {
autoconnect = true;
address = "irc.r";
autojoin = [ "#xxx" "#brockman" "#flix" "#autowifi" ];
autojoin = [ "#xxx" "#brockman" "#flix" "#niveum" ];
command = lib.concatStringsSep "\\;" [
"/oper admin aidsballs"
"/msg nickserv always-on true"