From ddb42e17b509f9ab02e3f27e69d7d6a120c97466 Mon Sep 17 00:00:00 2001 From: Stefan Ellmauthaler Date: Wed, 22 Dec 2021 17:52:53 +0100 Subject: [PATCH] GIT key updated --- users/ellmau/git.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/users/ellmau/git.nix b/users/ellmau/git.nix index 4474e73..b1b9bdd 100644 --- a/users/ellmau/git.nix +++ b/users/ellmau/git.nix @@ -13,7 +13,7 @@ # format = "x509"; # program = "gpgsm"; #}; - user = { signingKey = "0x4998BEEE"; }; + user = { signingKey = "C804A9C1B7AF8256"; }; init = { defaultBranch = "main";}; branch = { autosetuprebase = "always";}; };