global/ssh: canonicalize domains

This commit is contained in:
Infinidoge 2025-01-28 15:14:10 -05:00
parent 12d89e5be6
commit 6d60fb8b27
Signed by: Infinidoge
SSH key fingerprint: SHA256:oAMyvotlNFraMmZmr+p6AxnNfW/GioTs1pOn3V4tQ7A

View file

@ -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}