diff --git a/modules/global/ssh.nix b/modules/global/ssh.nix index 01c88eb..8e63467 100644 --- a/modules/global/ssh.nix +++ b/modules/global/ssh.nix @@ -26,6 +26,9 @@ with lib; programs.ssh = { extraConfig = with common; '' + CanonicalizeHostname yes + CanonicalDomains nodes.pyro.host tailnet.inx.moe + Host rsync.net Hostname ${rsyncnet.host} User ${rsyncnet.user}