From 0543df7b75965593f43c08b0378c833b9a996e48 Mon Sep 17 00:00:00 2001 From: Ethan Simmons Date: Wed, 29 May 2024 15:38:50 -0500 Subject: [PATCH] fix path for ssh key --- hosts/ankaa/home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/ankaa/home.nix b/hosts/ankaa/home.nix index 9b438b6..6bb5291 100644 --- a/hosts/ankaa/home.nix +++ b/hosts/ankaa/home.nix @@ -26,7 +26,7 @@ userName = "Ethan Simmons"; userEmail = "eesimmons9105@gmail.com"; extraConfig = { - core.sshCommand = "'ssh -i ~/.ssh/id_ed25519'"; + core.sshCommand = "'ssh -i /home/eesim/.ssh/id_ed25519'"; }; };