diff options
author | lassulus <lass@aidsballs.de> | 2015-09-26 12:15:08 +0200 |
---|---|---|
committer | lassulus <lass@aidsballs.de> | 2015-09-26 12:15:08 +0200 |
commit | e97401da8a402698411b77e88b4a32d388c2ab6f (patch) | |
tree | 0194197f0b8fb097213e36e9e51c507ea7328ff0 /makefu/1systems | |
parent | 5165f8e47fc6b0f18d1d0d38398362a03bae7531 (diff) | |
parent | 0727da625d4d1d30b85936499ada784b9f030a1c (diff) |
Merge branch 'tv' into newmaster
Diffstat (limited to 'makefu/1systems')
-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; |