summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsinanmohd <sinan@sinanmohd.com>2026-02-08 11:01:41 +0530
committersinanmohd <sinan@sinanmohd.com>2026-02-08 11:03:56 +0530
commitfe251f21a1781e0104fbda24b8ce09328ab3e6e1 (patch)
treedacf61250c96488667482ed29dc04a966c20380a
parent819f197a6866edbb78627ae00455a237807792b0 (diff)
chore(home/ssh): add exy
-rw-r--r--home/common/modules/ssh.nix4
1 files changed, 4 insertions, 0 deletions
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";
+ };
};
};
}