From f88718f5cfdaf373393b0ff32abf91e18be6aa31 Mon Sep 17 00:00:00 2001 From: thiloho <123883702+thiloho@users.noreply.github.com> Date: Tue, 19 Sep 2023 18:54:59 +0200 Subject: [PATCH] Push with ThinkPad --- nixos-configurations/laptop/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos-configurations/laptop/default.nix b/nixos-configurations/laptop/default.nix index 4207ba2..19b2b23 100644 --- a/nixos-configurations/laptop/default.nix +++ b/nixos-configurations/laptop/default.nix @@ -22,7 +22,7 @@ }; home-manager.users.thiloho = { pkgs, ... }: { - programs.git.signing.key = "E78D9CC2F9EFC890"; + programs.git.signing.key = "1142F33FFA8ADAAC"; home.stateVersion = "23.05"; }; system.stateVersion = "23.05";