From ee9c647cb31e8d4c98ef4a5856988b7d0ff82ee1 Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Thu, 27 Jun 2024 22:12:27 +0200 Subject: [PATCH] ssh: update paths to some identity files --- home/programs/terminal/tools/ssh.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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