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
commiteccbdf83415163006dc4761feb1284775d484aeb (patch)
tree526fdd6782153d008aa58671e3f0d83f545ff56d /group_vars/all.yml.example
parent18645e347708612013f0fa5b5bd82de40809fb2d (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"