From 381e9e092ccbfba25f5ebf221d6a95494ea3fef2 Mon Sep 17 00:00:00 2001 From: Ahwx Date: Wed, 8 Jul 2026 03:31:19 +0200 Subject: [PATCH] fix: set correct ssh path --- modules/home/ssh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";