From 4b44c2b6b7e6892ce5e50b09756cddeb86c1be2e Mon Sep 17 00:00:00 2001 From: Schrottkatze Date: Thu, 11 Jan 2024 16:42:21 +0100 Subject: [PATCH] switch to different subkey or sth idk how this works --- modules/git.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/git.nix b/modules/git.nix index 43cc790..870ac7a 100644 --- a/modules/git.nix +++ b/modules/git.nix @@ -13,7 +13,7 @@ s = "status"; }; signing = { - key = "97BE CCA7 92F4 B2BD F149 F524 DFD0 FD20 5943 C14A"; + key = "74F2 FE5F 55E9 0F54 7F98 3B84 8854 79FF F880 17D2"; signByDefault = true; }; };