From 16f9d31eb625195c5273d86ff6660abe5fac3f58 Mon Sep 17 00:00:00 2001 From: Alexander Kassouni Date: Sat, 26 Sep 2026 23:20:05 -0700 Subject: move ssh port --- justfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'justfile') diff --git a/justfile b/justfile index 96c2c25..339a1c6 100644 --- a/justfile +++ b/justfile @@ -1,8 +1,9 @@ host := "kassouni@5.78.230.100" +port := "26802" config := "kassouni-net" deploy: nixos-rebuild switch --flake .#{{config}} --target-host {{host}} --build-host {{host}} --sudo --ask-sudo-password ssh: - ssh {{host}} + ssh -p {{port}} {{host}} -- cgit v1.3.1