From c3e1da1dacc53e57114ac44e4efe321251b440e7 Mon Sep 17 00:00:00 2001 From: TheWanderingCrow Date: Fri, 7 Mar 2025 20:50:14 -0500 Subject: [PATCH] user ssh config --- modules/users/crow/configs/ssh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/users/crow/configs/ssh.nix b/modules/users/crow/configs/ssh.nix index ebbad32..2efaf4d 100644 --- a/modules/users/crow/configs/ssh.nix +++ b/modules/users/crow/configs/ssh.nix @@ -5,7 +5,7 @@ Host github.com User git PreferredAuthentications publickey - IdentityFile /home/crow/.ssh.id_ed25519 + IdentityFile /home/crow/.ssh/id_ed25519 Host Overseer User overseer HostName 192.168.0.30