Added ssh to own git

This commit is contained in:
Alexandre 2026-04-13 18:07:08 +02:00
parent e3b2f542a7
commit 76aeb23575

View File

@ -5,9 +5,11 @@
startAgent = true;
extraConfig = ''
Host github.com
IdentityFile ~/.ssh/git
IdentityFile ~/.ssh/git
Host git.alexdelcamp.fr
IdentityFile ~/.ssh/git
IdentityFile ~/.ssh/git
Port 2222
User git
'';
};
};