add git user to ssh config

This commit is contained in:
Sam 2024-05-28 21:08:51 +01:00
parent 2e46781189
commit 4efc1d3e61
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
enable = true;
matchBlocks = {
"git.bitlab21.com" = {
user = "sam";
user = "git";
identitiesOnly = true;
identityFile = [ "~/.ssh/deploy_key-ssh-ed25519" ];
};