mirror of
https://github.com/fscotto/infra.git
synced 2026-05-30 15:39:58 +00:00
Add GPG sign workstation WSL host
This commit is contained in:
@@ -8,6 +8,7 @@
|
|||||||
[user]
|
[user]
|
||||||
name = {{ vault_personal_full_name }}
|
name = {{ vault_personal_full_name }}
|
||||||
email = {{ vault_git_work_email }}
|
email = {{ vault_git_work_email }}
|
||||||
|
signingkey = {{ vault_git_work_gpg }}
|
||||||
|
|
||||||
[fetch]
|
[fetch]
|
||||||
prune = true
|
prune = true
|
||||||
@@ -19,7 +20,7 @@
|
|||||||
rebase = true
|
rebase = true
|
||||||
|
|
||||||
[commit]
|
[commit]
|
||||||
gpgsign = false
|
gpgsign = true
|
||||||
|
|
||||||
[merge]
|
[merge]
|
||||||
conflictstyle = diff3
|
conflictstyle = diff3
|
||||||
|
|||||||
@@ -6,6 +6,7 @@ vault_icloud_email: "REPLACE_ME"
|
|||||||
vault_protonmail_email: "REPLACE_ME"
|
vault_protonmail_email: "REPLACE_ME"
|
||||||
vault_icloud_mail_password: "REPLACE_ME"
|
vault_icloud_mail_password: "REPLACE_ME"
|
||||||
vault_git_work_email: "REPLACE_ME"
|
vault_git_work_email: "REPLACE_ME"
|
||||||
|
vault_git_work_gpg: "REPLACE_ME"
|
||||||
vault_openai_api_key: "REPLACE_ME"
|
vault_openai_api_key: "REPLACE_ME"
|
||||||
vault_windows_psrp_host: "REPLACE_ME"
|
vault_windows_psrp_host: "REPLACE_ME"
|
||||||
vault_windows_psrp_user: 'MicrosoftAccount\user@example.com'
|
vault_windows_psrp_user: 'MicrosoftAccount\user@example.com'
|
||||||
|
|||||||
Reference in New Issue
Block a user