From a4c8e9e02fa5dccb9ea8fad005cfe20162fb89d7 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Tue, 6 Aug 2024 22:48:52 -0400 Subject: [PATCH] global/ssh: use port 245 for inx.moe Thank you Purdue IT at Purdue --- modules/global/ssh.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/global/ssh.nix b/modules/global/ssh.nix index 9d55b40..e6a6cdc 100644 --- a/modules/global/ssh.nix +++ b/modules/global/ssh.nix @@ -25,6 +25,9 @@ with lib; Host admin.rsync.net Hostname ${rsyncnet.host} User ${rsyncnet.account} + + Host inx.moe + Port 245 ''; };