alexander: Add new IdentityFile

This commit is contained in:
PapaTutuWawa 2021-10-21 23:43:49 +02:00
parent 802ee821ec
commit b44b420ff8

View File

@ -25,11 +25,17 @@
enable = true; enable = true;
extraConfig = '' extraConfig = ''
IdentityFile ~/.ssh/gitea_papatutuwawa IdentityFile ~/.ssh/gitea_papatutuwawa
IdentityFile ~/.ssh/github_polynomdivision
Host git.polynom.me Host git.polynom.me
HostName git.polynom.me HostName git.polynom.me
User git User git
IdentityFile ~/.ssh/gitea_papatutuwawa IdentityFile ~/.ssh/gitea_papatutuwawa
Host github.com
HostName github.com
User git
IdentityFile ~/.ssh/github_polynomdivision
''; '';
}; };