summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--makefu/krops.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/makefu/krops.nix b/makefu/krops.nix
index 12c003b2..69703972 100644
--- a/makefu/krops.nix
+++ b/makefu/krops.nix
@@ -86,6 +86,7 @@ in {
# usage: $(nix-build --no-out-link --argstr name HOSTNAME -A deploy)
deploy = pkgs.krops.writeDeploy "${name}-deploy" {
source = source { test = false; };
+ fast = true;
target = "root@${target}/var/src";
buildTarget = if target == buildTarget then "root@${target}/var/src" else "root@${buildTarget}/tmp/";
};