ma systemdultras/ircbot: disable notifications
This commit is contained in:
parent
a66821f6a7
commit
72019707d4
@ -1,7 +1,9 @@
|
||||
{
|
||||
systemd.services.brockman.environment."BROCKMAN_LOG_LEVEL" = "DEBUG";
|
||||
krebs.brockman = {
|
||||
enable = true;
|
||||
config = {
|
||||
channel = "#systemdultras";
|
||||
irc = {
|
||||
host = "irc.freenode.net";
|
||||
port = 6667;
|
||||
@ -11,11 +13,13 @@
|
||||
feed = "https://www.reddit.com/r/systemdultras/.rss";
|
||||
delay = 136;
|
||||
channels = [ "#systemdultras" ];
|
||||
notifyErrors = false;
|
||||
};
|
||||
r-systemd-rss = {
|
||||
feed = "https://www.reddit.com/r/systemd/.rss";
|
||||
delay = 172;
|
||||
channels = [ "#systemdultras" ];
|
||||
notifyErrors = false;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user