diff options
| author | sinanmohd <sinan@sinanmohd.com> | 2026-02-08 11:01:41 +0530 |
|---|---|---|
| committer | sinanmohd <sinan@sinanmohd.com> | 2026-02-08 11:03:56 +0530 |
| commit | fe251f21a1781e0104fbda24b8ce09328ab3e6e1 (patch) | |
| tree | dacf61250c96488667482ed29dc04a966c20380a /home/common | |
| parent | 819f197a6866edbb78627ae00455a237807792b0 (diff) | |
chore(home/ssh): add exy
Diffstat (limited to 'home/common')
| -rw-r--r-- | home/common/modules/ssh.nix | 4 |
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"; + }; }; }; } |
