From fe251f21a1781e0104fbda24b8ce09328ab3e6e1 Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Sun, 8 Feb 2026 11:01:41 +0530 Subject: chore(home/ssh): add exy --- home/common/modules/ssh.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/home/common/modules/ssh.nix b/home/common/modules/ssh.nix index f6bc36c..03bfd02 100644 --- a/home/common/modules/ssh.nix +++ b/home/common/modules/ssh.nix @@ -10,6 +10,10 @@ in matchBlocks = { "*".compression = true; "kay".hostname = domain; + "exy" = { + port = 8022; + user = "u0_a369"; + }; }; }; } -- cgit v1.2.3