From 8dfbe7c57da01ed63fd059f57b8c02102ad80720 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Sat, 8 Nov 2025 23:36:50 +0100 Subject: Fix install dotfiles script to correct gpg folder permissions --- group_vars/all.yml.example | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'group_vars/all.yml.example') diff --git a/group_vars/all.yml.example b/group_vars/all.yml.example index 1550b397..88974f6a 100644 --- a/group_vars/all.yml.example +++ b/group_vars/all.yml.example @@ -8,9 +8,13 @@ network_wifi_pass: "TEST_WIFI_PASS" ssh_port: 39901 gpg_public_keys: - | + # generate using + # gpg --export --armor keyID -----BEGIN PGP PUBLIC KEY BLOCK----- - generate using: gpg --export --armor keyID + mCMEZBDEPxYJKwYBB... + ... + =pdo1 -----END PGP PUBLIC KEY BLOCK----- timezone: "UTC" @@ -39,6 +43,7 @@ dotfiles_repo_url: "https://git.sr.ht/~a14m/.rc" dotfiles_setup_script: | cd ~/.rc stow --no-folding . + chmod 0700 ~/.gnupg git remote set-url origin git@git.sr.ht:~a14m/.rc wireguard_autostart_connection: "wg-vpn0" -- cgit v1.2.3