about summary refs log tree commit diff
path: root/ops
diff options
context:
space:
mode:
Diffstat (limited to 'ops')
-rwxr-xr-xops/terraform/deploy-nixos/nixos-copy.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ops/terraform/deploy-nixos/nixos-copy.sh b/ops/terraform/deploy-nixos/nixos-copy.sh
index 1c6b8df024..62cfc713b9 100755
--- a/ops/terraform/deploy-nixos/nixos-copy.sh
+++ b/ops/terraform/deploy-nixos/nixos-copy.sh
@@ -16,7 +16,7 @@ export NIX_SSHOPTS="\
     -o IdentityFile=$scratch/id_deploy"
 
 nix-copy-closure \
-  --to ${TARGET_USER}@${TARGET_ADDRESS} \
+  --to ${TARGET_USER}@${TARGET_HOST} \
   ${SYSTEM_DRV} \
   --gzip \
   --include-outputs \