From 1403c2423100e014aae95c2a02191445d9e8b647 Mon Sep 17 00:00:00 2001 From: Alexander Kassouni Date: Sun, 27 Sep 2026 00:32:26 -0700 Subject: undo port --- justfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'justfile') diff --git a/justfile b/justfile index 339a1c6..96c2c25 100644 --- a/justfile +++ b/justfile @@ -1,9 +1,8 @@ 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 -p {{port}} {{host}} + ssh {{host}} -- cgit v1.3.1