From 3f861ebe8e156d9ba7a24ee1a256a28be4cca56f Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sat, 5 Mar 2022 13:16:27 -0800 Subject: git: sign with GPG only when one desktop Move the configuration for git that requires the signing to pass, and use the `pass-git-helper` to manage the secrets. --- users/fcuny/desktop/trust/git-pass-mapping.ini | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 users/fcuny/desktop/trust/git-pass-mapping.ini (limited to 'users/fcuny/desktop/trust/git-pass-mapping.ini') diff --git a/users/fcuny/desktop/trust/git-pass-mapping.ini b/users/fcuny/desktop/trust/git-pass-mapping.ini new file mode 100644 index 0000000..5c5177b --- /dev/null +++ b/users/fcuny/desktop/trust/git-pass-mapping.ini @@ -0,0 +1,9 @@ +[DEFAULT] +line_username=1 +skip_username=10 + +[github.com/*] +target=git/github.com + +[git.fcuny.net*] +target=git/git.fcuny.net -- cgit v1.2.3