Additional keyservers (#180)

* Adds additional keyservers and faster timeout

* forgot to restart the dirmngr!

* remove openpgp since doesn't work for spotify, dropbox etc
This commit is contained in:
Alan Bradburne
2025-07-15 17:00:11 -07:00
committed by GitHub
parent b0d4c2dae4
commit e5e981507f
3 changed files with 20 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
echo "Setting up GPG configuration with multiple keyservers for better reliability"
sudo mkdir -p /etc/gnupg
sudo cp ~/.local/share/omarchy/default/gpg/dirmngr.conf /etc/gnupg/
sudo chmod 644 /etc/gnupg/dirmngr.conf
sudo gpgconf --kill dirmngr || true
sudo gpgconf --launch dirmngr || true