summaryrefslogtreecommitdiffstats
path: root/2configs/bgt
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2021-03-12 20:11:00 +0100
committermakefu <github@syntax-fehler.de>2021-03-12 20:11:00 +0100
commitb8ba588f8a8df38e159b4ebe75524cf0035ad31d (patch)
tree9fc1db79a9312a583a55b28362e241cf95bc34b3 /2configs/bgt
parent7e3a354a619beb33e375175bfae89e06b405c8e7 (diff)
ma bgt/social-to-irc: init
Diffstat (limited to '2configs/bgt')
-rw-r--r--2configs/bgt/social-to-irc.nix32
1 files changed, 32 insertions, 0 deletions
diff --git a/2configs/bgt/social-to-irc.nix b/2configs/bgt/social-to-irc.nix
new file mode 100644
index 000000000..ce89451c1
--- /dev/null
+++ b/2configs/bgt/social-to-irc.nix
@@ -0,0 +1,32 @@
+{
+ # systemd.services.brockman.environment."BROCKMAN_LOG_LEVEL" = "DEBUG";
+ krebs.brockman = {
+ enable = true;
+ config = {
+ channel = "#binaergewitter";
+ irc = {
+ host = "irc.freenode.net";
+ port = 6667;
+ };
+ #controller = {
+ # nick = "brockman-systemdultras";
+ # channels = [];
+ #};
+ bots = {
+ bgt-mastodon-rss = {
+ feed = "https://jit.social/users/binaergewitter.rss";
+ channels = [ "#binaergewitter" ];
+ delay = 180;
+ notifyErrors = false;
+ };
+ bgt-blog-rss = {
+ feed = "https://blog.binaergewitter.de/rss.xml";
+ channels = [ "#binaergewitter" ];
+ delay = 180;
+ notifyErrors = false;
+ };
+ };
+ };
+
+ };
+}