diff --git a/modules/home/ssh.nix b/modules/home/ssh.nix index 63211fe..283983c 100644 --- a/modules/home/ssh.nix +++ b/modules/home/ssh.nix @@ -15,7 +15,7 @@ PubkeyAuthentication yes VerifyHostKeyDNS yes ''; - includes = [ "/home/${username}/config.d/*" ]; + includes = [ "/home/${username}/.ssh/config.d/*" ]; matchBlocks = { "github.com gitlab.com" = { user = "git";