From 4d62fbb0ca80e3e77f08d40e024f9ed8912e1f0b Mon Sep 17 00:00:00 2001 From: sajenim Date: Sun, 21 Jan 2024 23:17:05 +0800 Subject: [PATCH] add key --- home-manager/sajenim/features/cli/git.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home-manager/sajenim/features/cli/git.nix b/home-manager/sajenim/features/cli/git.nix index aeb9222..385b466 100644 --- a/home-manager/sajenim/features/cli/git.nix +++ b/home-manager/sajenim/features/cli/git.nix @@ -12,6 +12,7 @@ extraConfig = { init.defaultBranch = "main"; gpg.format = "ssh"; + core.sshCommand = "~/.ssh/github_sk.pub"; user.signingkey = "~/.ssh/signing_sk.pub"; }; };