aboutsummaryrefslogtreecommitdiff
path: root/home/pass/default.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2023-02-12 08:17:17 -0800
committerFranck Cuny <franck@fcuny.net>2023-02-20 13:48:41 -0800
commit9732caf01cf8202da137145401cb7a74c8123ead (patch)
treeef1489c55d6131e0997a9d9c19b05e2ee3417c3f /home/pass/default.nix
parentref(modules/users): move ssh keys to a separate file (diff)
downloadinfra-9732caf01cf8202da137145401cb7a74c8123ead.tar.gz
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.
Diffstat (limited to 'home/pass/default.nix')
-rw-r--r--home/pass/default.nix4
1 files changed, 0 insertions, 4 deletions
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";