add git user to ssh config
This commit is contained in:
parent
2e46781189
commit
4efc1d3e61
|
@ -13,7 +13,7 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
matchBlocks = {
|
matchBlocks = {
|
||||||
"git.bitlab21.com" = {
|
"git.bitlab21.com" = {
|
||||||
user = "sam";
|
user = "git";
|
||||||
identitiesOnly = true;
|
identitiesOnly = true;
|
||||||
identityFile = [ "~/.ssh/deploy_key-ssh-ed25519" ];
|
identityFile = [ "~/.ssh/deploy_key-ssh-ed25519" ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue