diff --git a/home/programs/terminal/tools/ssh.nix b/home/programs/terminal/tools/ssh.nix index 2946298..149c0fb 100644 --- a/home/programs/terminal/tools/ssh.nix +++ b/home/programs/terminal/tools/ssh.nix @@ -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