From e1ac2a9a09a9b05c66574a7fa49a7d5009f35eda Mon Sep 17 00:00:00 2001 From: CDaut Date: Thu, 18 Apr 2024 10:04:03 +0200 Subject: [PATCH] added key ID --- programm_configs/git.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programm_configs/git.nix b/programm_configs/git.nix index e548548..2a6ecb7 100644 --- a/programm_configs/git.nix +++ b/programm_configs/git.nix @@ -5,7 +5,7 @@ userEmail = "git@cdaut.de"; signing = { signByDefault = true; - key = null; + key = "58EF8D71114EF548DEE3320DE6F04916B6EEBD83"; }; }; } \ No newline at end of file