global/ssh: canonicalize domains
This commit is contained in:
parent
12d89e5be6
commit
6d60fb8b27
1 changed files with 3 additions and 0 deletions
|
@ -26,6 +26,9 @@ with lib;
|
||||||
|
|
||||||
programs.ssh = {
|
programs.ssh = {
|
||||||
extraConfig = with common; ''
|
extraConfig = with common; ''
|
||||||
|
CanonicalizeHostname yes
|
||||||
|
CanonicalDomains nodes.pyro.host tailnet.inx.moe
|
||||||
|
|
||||||
Host rsync.net
|
Host rsync.net
|
||||||
Hostname ${rsyncnet.host}
|
Hostname ${rsyncnet.host}
|
||||||
User ${rsyncnet.user}
|
User ${rsyncnet.user}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue