diff --git a/modules/global/ssh.nix b/modules/global/ssh.nix index 8e63467..7a32537 100644 --- a/modules/global/ssh.nix +++ b/modules/global/ssh.nix @@ -39,6 +39,9 @@ with lib; Host inx.moe Port 245 + + Host *.nodes.pyro.host + Port 7976 ''; };