mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2026-07-16 22:21:55 +08:00
fix: set correct ssh path
This commit is contained in:
parent
92efbf79c4
commit
381e9e092c
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@
|
||||||
PubkeyAuthentication yes
|
PubkeyAuthentication yes
|
||||||
VerifyHostKeyDNS yes
|
VerifyHostKeyDNS yes
|
||||||
'';
|
'';
|
||||||
includes = [ "/home/${username}/config.d/*" ];
|
includes = [ "/home/${username}/.ssh/config.d/*" ];
|
||||||
matchBlocks = {
|
matchBlocks = {
|
||||||
"github.com gitlab.com" = {
|
"github.com gitlab.com" = {
|
||||||
user = "git";
|
user = "git";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue