From 4cda12b8c551ede12314b4859a2a7c6a699971ac Mon Sep 17 00:00:00 2001 From: Thilo Hohlt <123883702+thiloho@users.noreply.github.com> Date: Sun, 13 Aug 2023 18:52:17 +0200 Subject: [PATCH] Update default.nix --- nixos-configurations/laptop/default.nix | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/nixos-configurations/laptop/default.nix b/nixos-configurations/laptop/default.nix index 42c5ef3..7118ba5 100644 --- a/nixos-configurations/laptop/default.nix +++ b/nixos-configurations/laptop/default.nix @@ -12,11 +12,7 @@ boot.extraModulePackages = [ config.boot.kernelPackages.broadcom_sta ]; home-manager.users.thiloho = { pkgs, ... }: { - # programs.git = { - # signing = { - # key = "11BA77C2BDCEBF6A"; - # }; - # }; + programs.git.signing.key = "5ECD00BDC15A987E"; home.stateVersion = "23.05"; }; system.stateVersion = "23.05";