summaryrefslogtreecommitdiff
path: root/home/common
diff options
context:
space:
mode:
Diffstat (limited to 'home/common')
-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";
+ };
};
};
}