diff options
author | tv <tv@shackspace.de> | 2015-09-25 01:27:19 +0200 |
---|---|---|
committer | tv <tv@shackspace.de> | 2015-09-25 01:27:19 +0200 |
commit | 61b2d7c8cac8304b60defd36aa86ce73e1bcaf2c (patch) | |
tree | c155a1d0509fdbbc753ad5edead9f434636bbcb6 /makefu/1systems/pnp.nix | |
parent | 43692de77c8bd46e52b80fdf6102b6602c1bad56 (diff) | |
parent | b88363ce1a4ecc420f2c7684c9c74949cd2b5db4 (diff) |
Merge remote-tracking branch 'pnp/master'
Diffstat (limited to 'makefu/1systems/pnp.nix')
-rw-r--r-- | makefu/1systems/pnp.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/makefu/1systems/pnp.nix b/makefu/1systems/pnp.nix index e70fb6179..2dce87d5d 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; |