From b65e852da36ff57df9fc525ceaac86c803d6d1df Mon Sep 17 00:00:00 2001 From: sajenim Date: Sun, 21 Jan 2024 23:18:49 +0800 Subject: [PATCH] oops --- home-manager/sajenim/features/cli/git.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home-manager/sajenim/features/cli/git.nix b/home-manager/sajenim/features/cli/git.nix index 9afcbd4..aeb9222 100644 --- a/home-manager/sajenim/features/cli/git.nix +++ b/home-manager/sajenim/features/cli/git.nix @@ -11,7 +11,7 @@ userEmail = "its.jassy@pm.me"; extraConfig = { init.defaultBranch = "main"; - core.sshCommand = "~/.ssh/github_sk.pub"; + gpg.format = "ssh"; user.signingkey = "~/.ssh/signing_sk.pub"; }; };