summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2025-11-08 23:36:50 +0100
committerAhmed Abdelhalim <[email protected]>2025-11-09 01:47:00 +0100
commit8dfbe7c57da01ed63fd059f57b8c02102ad80720 (patch)
tree94416387b5b62a59f133e0ac5a962893e25324b2
parent32dcaee33824464d33bcadff78d3c2958d79e959 (diff)
Fix install dotfiles script to correct gpg folder permissions
-rw-r--r--group_vars/all.ymlbin2433 -> 3669 bytes
-rw-r--r--group_vars/all.yml.example7
2 files changed, 6 insertions, 1 deletions
diff --git a/group_vars/all.yml b/group_vars/all.yml
index d70c9333..3442025a 100644
--- a/group_vars/all.yml
+++ b/group_vars/all.yml
Binary files differ
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 [email protected]:~a14m/.rc
wireguard_autostart_connection: "wg-vpn0"