diff options
| author | Ahmed Abdelhalim <[email protected]> | 2025-11-11 15:37:47 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2025-11-11 15:37:47 +0100 |
| commit | eccbdf83415163006dc4761feb1284775d484aeb (patch) | |
| tree | 526fdd6782153d008aa58671e3f0d83f545ff56d /group_vars | |
| parent | 18645e347708612013f0fa5b5bd82de40809fb2d (diff) | |
Fix dotfile setup of gpg
Diffstat (limited to 'group_vars')
| -rw-r--r-- | group_vars/all.yml | bin | 3895 -> 3947 bytes | |||
| -rw-r--r-- | group_vars/all.yml.example | 2 |
2 files changed, 2 insertions, 0 deletions
diff --git a/group_vars/all.yml b/group_vars/all.yml Binary files differindex 6f9d46b3..450653bf 100644 --- a/group_vars/all.yml +++ b/group_vars/all.yml diff --git a/group_vars/all.yml.example b/group_vars/all.yml.example index c2b93828..0e9dd8c9 100644 --- a/group_vars/all.yml.example +++ b/group_vars/all.yml.example @@ -46,6 +46,8 @@ dotfiles_setup_script: | cd ~/.rc stow --no-folding . chmod 0700 ~/.gnupg + gpgconf --kill gpg-agent + gpg-connect-agent /bye git remote set-url origin [email protected]:~a14m/.rc password_store_repo_url: "[email protected]:a14m/.pass" |
