summaryrefslogtreecommitdiffstats
path: root/1systems/pnp.nix
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2015-08-31 14:25:27 +0200
committermakefu <github@syntax-fehler.de>2015-08-31 14:25:27 +0200
commite8ccc5d5cb35c802172d234aa47dc005daf4ec0c (patch)
tree7309cf48b564a17eeedd2d7f118785eeb1d96ee0 /1systems/pnp.nix
parent1fff6af4637a32c96651bc749a02cf5e43e109c9 (diff)
makefu: enable Reaktor for pnp
Diffstat (limited to '1systems/pnp.nix')
-rw-r--r--1systems/pnp.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/1systems/pnp.nix b/1systems/pnp.nix
index 963d07744..bbb99390d 100644
--- a/1systems/pnp.nix
+++ b/1systems/pnp.nix
@@ -21,6 +21,8 @@
krebs.build.user = config.krebs.users.makefu;
krebs.build.target = "root@pnp";
+ krebs.Reaktor.enable = true;
+
krebs.build.deps = {
nixpkgs = {
url = https://github.com/NixOS/nixpkgs;