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 | 583e281872eea12452777b006c660ea2b1a4cf00 (patch) | |
| tree | 526fdd6782153d008aa58671e3f0d83f545ff56d /group_vars | |
| parent | 1ed1a8ebf4ad4580ac9be4535d9d81acb10177e0 (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" |
