From e9f89c807156003b2fbbead2a0520649aee4996d Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Wed, 4 Sep 2024 12:11:34 -0500 Subject: [PATCH] sign git commits --- home/features/cli/git.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/home/features/cli/git.nix b/home/features/cli/git.nix index f0401a4..be38f00 100644 --- a/home/features/cli/git.nix +++ b/home/features/cli/git.nix @@ -13,8 +13,10 @@ userEmail = lib.mkDefault email; userName = lib.mkDefault "John Bowdre"; extraConfig = { + gpg.format = "ssh"; init.defaultBranch = "main"; pull.rebase = false; + user.signingKey = "~/.ssh/id_ed25519.pub"; }; }; } \ No newline at end of file