mirror of
https://github.com/ItsDrike/nixdots
synced 2024-12-25 16:34:33 +00:00
ssh: update paths to some identity files
This commit is contained in:
parent
73c7b503ad
commit
ee9c647cb3
|
@ -13,12 +13,12 @@
|
|||
"gitlab" = {
|
||||
user = "git";
|
||||
hostname = "gitlab.com";
|
||||
identityFile = "~/.ssh/git/gitlab";
|
||||
identityFile = "~/.ssh/git/gitlab-itsdrike";
|
||||
};
|
||||
"github" = {
|
||||
user = "git";
|
||||
hostname = "gitlab.com";
|
||||
identityFile = "~/.ssh/git/github";
|
||||
identityFile = "~/.ssh/git/github-itsdrike";
|
||||
};
|
||||
# TODO: Figure out how to add protected/encrypted blocks here
|
||||
# I don't like the idea of expising IPs/hostnames in the config
|
||||
|
|
Loading…
Reference in a new issue