Skip to content

Commit

Permalink
feat(arch): add additional keyserver
Browse files Browse the repository at this point in the history
Allows importing of keys during package installations from AUR with yay.
  • Loading branch information
eliasnorrby committed Nov 24, 2020
1 parent a4bd3a3 commit 2d5e09c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions base/arch/gpg.conf
@@ -0,0 +1 @@
keyserver hkp://pool.sks-keyservers.net
2 changes: 2 additions & 0 deletions base/arch/topic.config.yml
Expand Up @@ -8,6 +8,8 @@ arch_config:
- src: focus_or_run.sh
dest: "{{ xdg_bin_home }}/"
rename: focus_or_run
- src: gpg.conf
dest: ~/.gnupg/
pacman_packages:
- unzip
- chromium
Expand Down
5 changes: 5 additions & 0 deletions base/arch/topic.tasks.yml
@@ -0,0 +1,5 @@
---
- name: create gnupg config dir
file:
state: directory
path: ~/.gnupg

0 comments on commit 2d5e09c

Please sign in to comment.