diff options
| author | Franck Cuny <franck@fcuny.net> | 2022-03-05 13:16:27 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2022-03-05 13:18:46 -0800 |
| commit | 3f861ebe8e156d9ba7a24ee1a256a28be4cca56f (patch) | |
| tree | 68fe37d7f6e6f9f015a768eed9410c70f5d5e2e2 /users/fcuny/desktop/trust/git-pass-mapping.ini | |
| parent | git: nixfmt (diff) | |
| download | infra-3f861ebe8e156d9ba7a24ee1a256a28be4cca56f.tar.gz | |
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.
Diffstat (limited to 'users/fcuny/desktop/trust/git-pass-mapping.ini')
| -rw-r--r-- | users/fcuny/desktop/trust/git-pass-mapping.ini | 9 |
1 files changed, 9 insertions, 0 deletions
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 |
