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