From 403f09ffa73ecc6342562d854ec6397a5e87dd72 Mon Sep 17 00:00:00 2001 From: 4DBug Date: Tue, 18 Mar 2025 16:43:43 -0500 Subject: [PATCH] push --- main.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.nix b/main.nix index ddfbf0e..0aaa648 100644 --- a/main.nix +++ b/main.nix @@ -43,7 +43,7 @@ programs = { bash.shellAliases = { rebuild = "sudo nixos-rebuild switch --impure"; - pi = "ssh $(avahi-resolve-host-name -4 pi.home | awk '{print $2}')"; + pi = "ssh -t $(avahi-resolve-host-name -4 pi.home | awk '{print $2}') \"cd \\$(pwd) && bash\""; pico = "ssh pico.sh"; # tuns name port tuns = "bash -c '\''if [ \"$#\" -ne 2 ]; then echo \"Usage: tun name port\"; exit 1; fi;