aboutsummaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index 0d8d65b..c2229a8 100755
--- a/build.sh
+++ b/build.sh
@@ -9,7 +9,7 @@ config_sync() {
# ssh "$SSH_TARGET" sh -c "nixos-rebuild build --flake 'path:/home/bacchus/nixos#bacchus'"
}
-run_ssh() { ssh "$SSH_TARGET" "$@"; }
+run_ssh() { ssh -t "$SSH_TARGET" "$@"; }
cmd="$1"; shift;
case "$cmd" in