aboutsummaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2025-06-08 21:06:14 +0530
committerAkshay Nair <phenax5@gmail.com>2025-06-10 16:18:26 +0530
commit6fa61afb16715aabef42fdad1ef5633563e6519c (patch)
tree839fd9672123504176c66a3868abad6ca5352699 /build.sh
parent38ccadbc876ab9ae4f27d3e84a31f57bee10af3b (diff)
downloadhomeserver-nixos-config-6fa61afb16715aabef42fdad1ef5633563e6519c.tar.gz
homeserver-nixos-config-6fa61afb16715aabef42fdad1ef5633563e6519c.zip
Laptop lid states
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