diff options
Diffstat (limited to 'group_vars/openbsd.yml')
-rw-r--r-- | group_vars/openbsd.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/group_vars/openbsd.yml b/group_vars/openbsd.yml index 520160b..65089eb 100644 --- a/group_vars/openbsd.yml +++ b/group_vars/openbsd.yml @@ -13,6 +13,8 @@ group_root: "wheel" path_zsh: "/usr/local/bin/zsh" path_zshconfig: "/etc/zshrc" path_tmuxconfig: "/etc/tmux.conf" +path_doasconfig: "/etc/doas.conf" +path_gitshell: "/usr/local/bin/git-shell" os_type: "bsd" os_distribution: "openbsd" |