From 6fa61afb16715aabef42fdad1ef5633563e6519c Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sun, 8 Jun 2025 21:06:14 +0530 Subject: Laptop lid states --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build.sh') 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 -- cgit v1.3.1