summaryrefslogtreecommitdiffstats
path: root/makefu/1systems
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2015-09-18 22:33:00 +0200
committermakefu <github@syntax-fehler.de>2015-09-18 22:33:00 +0200
commitbb0ec5e74b6ca0737bc49408f00f8918710872a6 (patch)
treec5a7c91994ffffea181203d8098839cf259d930a /makefu/1systems
parent8039584d66efd9275f94e411cbfb664732fc732f (diff)
add titlebot implementation
Diffstat (limited to 'makefu/1systems')
-rw-r--r--makefu/1systems/pnp.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/makefu/1systems/pnp.nix b/makefu/1systems/pnp.nix
index e70fb617..2dce87d5 100644
--- a/makefu/1systems/pnp.nix
+++ b/makefu/1systems/pnp.nix
@@ -22,6 +22,7 @@
## \/ are only plugins, must enable Reaktor explicitly
../2configs/Reaktor/stockholmLentil.nix
../2configs/Reaktor/simpleExtend.nix
+ ../2configs/Reaktor/titlebot.nix
../2configs/exim-retiolum.nix
../2configs/urlwatch.nix
@@ -29,6 +30,7 @@
# ../2configs/graphite-standalone.nix
];
krebs.Reaktor.enable = true;
+ krebs.Reaktor.debug = true;
krebs.build.host = config.krebs.hosts.pnp;
krebs.build.user = config.krebs.users.makefu;