summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"