From 294f6c0bede18500d9515ccf72f1f502a92eed43 Mon Sep 17 00:00:00 2001 From: matt1432 Date: Tue, 23 Jan 2024 09:14:11 -0500 Subject: [PATCH] fix(droid): fix typo in ssh alias --- common/nix-on-droid.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/nix-on-droid.nix b/common/nix-on-droid.nix index 1c491e5d..4b0c6bb7 100644 --- a/common/nix-on-droid.nix +++ b/common/nix-on-droid.nix @@ -58,7 +58,7 @@ # Cluster nodes thingone = "ssh -t matt@100.64.0.8 'tmux -2u new -At phone'"; - thingtwo = "ssh -t matt@100.64.0.9'tmux -2u new -At phone'"; + thingtwo = "ssh -t matt@100.64.0.9 'tmux -2u new -At phone'"; # Proxmox pve = "ssh -t matt@100.64.0.4 'tmux -2u new -At phone'";