From 9732caf01cf8202da137145401cb7a74c8123ead Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sun, 12 Feb 2023 08:17:17 -0800 Subject: ref(home/git): sign commits and tags properly The configuration can be simplified by using the `signing' directive. For some reason it was also set in the configuration for `pass' which, while it was correct, was in the wrong location. --- home/pass/default.nix | 4 ---- 1 file changed, 4 deletions(-) (limited to 'home/pass/default.nix') diff --git a/home/pass/default.nix b/home/pass/default.nix index d79d486..c3e06f6 100644 --- a/home/pass/default.nix +++ b/home/pass/default.nix @@ -17,10 +17,6 @@ in }; programs.git = { - signing = { - key = config.programs.gpg.settings.default-key; - signByDefault = true; - }; extraConfig = { credential = { helper = "${pkgs.gitAndTools.pass-git-helper}/bin/pass-git-helper"; -- cgit v1.2.3