From 6d60fb8b27427030575ac01744f8d0708f9faab3 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Tue, 28 Jan 2025 15:14:10 -0500 Subject: [PATCH] global/ssh: canonicalize domains --- modules/global/ssh.nix | 3 +++ 1 file changed, 3 insertions(+) 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}