From 55d058bf4bd64dff5af79a8cc7cb784e2698bad8 Mon Sep 17 00:00:00 2001 From: Ethan Simmons Date: Wed, 29 May 2024 16:04:23 -0500 Subject: [PATCH] Update desktop --- 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 6bb5291..449c85e 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 /home/eesim/.ssh/id_ed25519'"; + core.sshCommand = "ssh -i /home/eesim/.ssh/id_ed25519"; }; };