summaryrefslogtreecommitdiffstats
path: root/makefu/1systems/omo.nix
diff options
context:
space:
mode:
authorlassulus <lass@lassul.us>2017-03-26 01:41:26 +0100
committerlassulus <lass@lassul.us>2017-03-26 01:41:26 +0100
commit3d46b5b9e667d6e740b397efe8a2d2a7cea9bdc1 (patch)
tree2b743f79e839c34de5965e2bb5071ea6e971ca00 /makefu/1systems/omo.nix
parente34d584feec9d123cc2fd8d3db417ede2b1bc437 (diff)
parent79737faaa693ee775f1b3e99ebb33a9729d95f9f (diff)
Merge remote-tracking branch 'gum/master'
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;
}