summaryrefslogtreecommitdiffstats
path: root/makefu/2configs
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
commit1ceb7c79fe6038059a85e094446e129f4408d7b6 (patch)
tree9c8e0ab8ca8001492f29691934d84a03b3d9656d /makefu/2configs
parentba614307cdc027dddd9aee2fecdaac86336957eb (diff)
ma bgt/social-to-irc: init
Diffstat (limited to 'makefu/2configs')
-rw-r--r--makefu/2configs/bgt/social-to-irc.nix32
1 files changed, 32 insertions, 0 deletions
diff --git a/makefu/2configs/bgt/social-to-irc.nix b/makefu/2configs/bgt/social-to-irc.nix
new file mode 100644
index 00000000..ce89451c
--- /dev/null
+++ b/makefu/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;
+ };
+ };
+ };
+
+ };
+}