diff --git a/programs/ssh.nix b/programs/ssh.nix index c3147e8..1b4f5ca 100644 --- a/programs/ssh.nix +++ b/programs/ssh.nix @@ -10,6 +10,8 @@ "192.168.1.12" = { identityFile = "~/.ssh/raspi"; }; - + "git.jacekpoz.pl" = { + identityFile = "~/.ssh/jacekgit"; + }; }; }