fix: set correct ssh path

This commit is contained in:
Ahwx 2026-07-08 03:31:19 +02:00
parent 92efbf79c4
commit 381e9e092c

View file

@ -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";