summaryrefslogtreecommitdiffstats
path: root/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
commit8a23b8234ad6f0c8eb0ae17bc7d0d1ff36518b81 (patch)
tree3ffecfd88e7fe6a0a3cb83cd5a0759141b05e20f /1systems
parent0b645a7e21fc1df2d71436e3552b4df42cd9c82e (diff)
add titlebot implementation
Diffstat (limited to '1systems')
-rw-r--r--1systems/pnp.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/1systems/pnp.nix b/1systems/pnp.nix
index e70fb6179..2dce87d5d 100644
--- a/1systems/pnp.nix
+++ b/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;