summaryrefslogtreecommitdiffstats
path: root/makefu/1systems/omo.nix
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2017-03-24 13:03:46 +0100
committermakefu <github@syntax-fehler.de>2017-03-24 13:03:46 +0100
commit5a004c891096b805f26fef818fa75227fe1d071f (patch)
tree94a341532828c01fd507f287b1f7fbb0e645819a /makefu/1systems/omo.nix
parentdefaf14983770e880285c358f175e91244eaf2da (diff)
m 1 wry: mv Reaktor to omo
Diffstat (limited to 'makefu/1systems/omo.nix')
-rw-r--r--makefu/1systems/omo.nix12
1 files changed, 12 insertions, 0 deletions
diff --git a/makefu/1systems/omo.nix b/makefu/1systems/omo.nix
index a6a336fe..f77a19c1 100644
--- a/makefu/1systems/omo.nix
+++ b/makefu/1systems/omo.nix
@@ -182,5 +182,17 @@ in {
zramSwap.enable = true;
+ krebs.Reaktor.reaktor = {
+ nickname = "Reaktor|bot";
+ channels = [ "#krebs" "#shackspace" "#binaergewitter" ];
+ plugins = with pkgs.ReaktorPlugins;[
+ titlebot
+ # stockholm-issue
+ nixos-version
+ shack-correct
+ sed-plugin
+ random-emoji ];
+ };
+
krebs.build.host = config.krebs.hosts.omo;
}