summaryrefslogtreecommitdiffstats
path: root/lass/1systems/mors/config.nix
diff options
context:
space:
mode:
authorlassulus <lassulus@lassul.us>2018-03-03 15:02:47 +0100
committerlassulus <lassulus@lassul.us>2018-03-03 15:02:47 +0100
commit55a156814ae06f16f9e87638ddd5d0b73ddf41e0 (patch)
treeb463174f3c411daa02d3f63e7e2ef7a07ad773ab /lass/1systems/mors/config.nix
parent793742b9d1b2eab942e5d06ed27028c636cda583 (diff)
l deploy: don't run --diff
Diffstat (limited to 'lass/1systems/mors/config.nix')
-rw-r--r--lass/1systems/mors/config.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/lass/1systems/mors/config.nix b/lass/1systems/mors/config.nix
index 6ca98015..cbb71ab2 100644
--- a/lass/1systems/mors/config.nix
+++ b/lass/1systems/mors/config.nix
@@ -182,7 +182,7 @@ with import <stockholm/lib>;
echo 'secrets are crypted' >&2
exit 23
else
- exec nix-shell -I stockholm="$PWD" --run 'deploy --diff --system="$SYSTEM"'
+ exec nix-shell -I stockholm="$PWD" --run 'deploy --system="$SYSTEM"'
fi
'';
predeploy = pkgs.writeDash "predeploy" ''