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 ''; };