From e0f5aa028d0d5b1ec6951375886ff40c3b8dbdbe Mon Sep 17 00:00:00 2001 From: krizej <60076189+krizej@users.noreply.github.com> Date: Sat, 15 Jun 2024 22:02:35 +0200 Subject: [PATCH] jacekgit --- programs/ssh.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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"; + }; }; }