summaryrefslogtreecommitdiffstats
path: root/group_vars/all.yml.example
diff options
context:
space:
mode:
Diffstat (limited to 'group_vars/all.yml.example')
-rw-r--r--group_vars/all.yml.example6
1 files changed, 6 insertions, 0 deletions
diff --git a/group_vars/all.yml.example b/group_vars/all.yml.example
index 1c6a84fe..5fc30d82 100644
--- a/group_vars/all.yml.example
+++ b/group_vars/all.yml.example
@@ -29,6 +29,12 @@ password_policy_maxrepeat: 3
password_policy_maxclassrepeat: 0
password_policy_gecoscheck: 0
+dotfiles_repo_url: "https://git.sr.ht/~a14m/.rc"
+dotfiles_setup_script: |
+ cd ~/.rc
+ stow --no-folding .
+ git remote set-url origin [email protected]:~a14m/.rc
+
wireguard_autostart_connection: "wg-vpn0"
wireguard_connections:
wg-vpn0: |