From b1d84ce0c68cab8b31a31ca186f163b51a0652f8 Mon Sep 17 00:00:00 2001 From: h7x4 <h7x4@nani.wtf> Date: Fri, 25 Apr 2025 14:54:04 +0200 Subject: [PATCH] home/ssh: use correct ssh key for github --- home/programs/ssh/other.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/programs/ssh/other.nix b/home/programs/ssh/other.nix index f661748..88f6990 100644 --- a/home/programs/ssh/other.nix +++ b/home/programs/ssh/other.nix @@ -9,7 +9,7 @@ "github" = { user = "git"; hostname = "github.com"; - identityFile = [ "~/.ssh/id_ed25519" ]; + identityFile = [ "~/.ssh/id_rsa" ]; }; "github-nordicsemi" = { user = "git";