From 7ccc0f9933a1697d658197e64586505fe051656b Mon Sep 17 00:00:00 2001 From: thiloho <123883702+thiloho@users.noreply.github.com> Date: Sun, 25 Jun 2023 16:14:44 +0200 Subject: [PATCH] Update GPG key --- nixos-configurations/pc/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos-configurations/pc/default.nix b/nixos-configurations/pc/default.nix index cfda9b4..5cb8098 100644 --- a/nixos-configurations/pc/default.nix +++ b/nixos-configurations/pc/default.nix @@ -23,7 +23,7 @@ }; programs.git = { signing = { - key = "74F3E176485BE7DA"; + key = "A6C6D25B9687377B"; }; }; home.stateVersion = "23.05";