diff options
| author | Akshay Nair <phenax5@gmail.com> | 2025-06-08 21:06:14 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2025-06-10 16:18:26 +0530 |
| commit | 6fa61afb16715aabef42fdad1ef5633563e6519c (patch) | |
| tree | 839fd9672123504176c66a3868abad6ca5352699 /build.sh | |
| parent | 38ccadbc876ab9ae4f27d3e84a31f57bee10af3b (diff) | |
| download | homeserver-nixos-config-6fa61afb16715aabef42fdad1ef5633563e6519c.tar.gz homeserver-nixos-config-6fa61afb16715aabef42fdad1ef5633563e6519c.zip | |
Laptop lid states
Diffstat (limited to 'build.sh')
| -rwxr-xr-x | build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
