summaryrefslogtreecommitdiffstats
path: root/group_vars/all.yml.example
diff options
context:
space:
mode:
authorAhmed AbdelHalim <[email protected]>2025-11-11 15:37:47 +0100
committerAhmed AbdelHalim <[email protected]>2025-11-11 15:37:47 +0100
commit583e281872eea12452777b006c660ea2b1a4cf00 (patch)
tree526fdd6782153d008aa58671e3f0d83f545ff56d /group_vars/all.yml.example
parent1ed1a8ebf4ad4580ac9be4535d9d81acb10177e0 (diff)
Fix dotfile setup of gpg
Diffstat (limited to 'group_vars/all.yml.example')
-rw-r--r--group_vars/all.yml.example2
1 files changed, 2 insertions, 0 deletions
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"