From f5beb688a5981229a2ee72ec2cc84b62d0334ac9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20B=C3=B6hme?= Date: Mon, 25 Apr 2022 12:11:45 +0200 Subject: [PATCH] :rocket: specify signing key --- modules/cli/git.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/cli/git.nix b/modules/cli/git.nix index 77921a5..342a7c4 100644 --- a/modules/cli/git.nix +++ b/modules/cli/git.nix @@ -9,7 +9,7 @@ extraConfig.init.defaultBranch = "main"; delta.enable = true; signing = { - key = null; + key = "0xE4F362A3F5C338A0"; signByDefault = true; }; };