455d5bcdd2
- /home/.chezmoiscripts/universal/run_onchange_after_24-vpn-darwin.tmpl - /home/.chezmoiscripts/universal/run_onchange_after_24-vpn-linux.tmpl - /software.yml
10 lines
No EOL
274 B
Cheetah
10 lines
No EOL
274 B
Cheetah
{{- if eq .host.distro.family "linux" -}}
|
|
#!/usr/bin/env bash
|
|
|
|
{{ includeTemplate "universal/profile" }}
|
|
{{ includeTemplate "universal/logg" }}
|
|
|
|
# wireguard_conf_dir: /etc/wireguard
|
|
# system_connections_path: /Library/Preferences/com.apple.networkextension.plist
|
|
|
|
{{ end -}} |