diff options
Diffstat (limited to 'group_vars')
| -rw-r--r-- | group_vars/all.yml | bin | 2273 -> 2433 bytes | |||
| -rw-r--r-- | group_vars/all.yml.example | 6 |
2 files changed, 6 insertions, 0 deletions
diff --git a/group_vars/all.yml b/group_vars/all.yml Binary files differindex 14d4fd79..d70c9333 100644 --- a/group_vars/all.yml +++ b/group_vars/all.yml 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: | |
