2023-01-26 00:50:54 -08:00
|
|
|
{{- if eq .host.distro.family "linux" -}}
|
|
|
|
#!/usr/bin/env bash
|
|
|
|
|
|
|
|
{{ includeTemplate "universal/profile" }}
|
|
|
|
{{ includeTemplate "universal/logg" }}
|
|
|
|
|
2023-01-26 14:56:49 -08:00
|
|
|
# wireguard_conf_dir: /etc/wireguard
|
|
|
|
# system_connections_path: /Library/Preferences/com.apple.networkextension.plist
|
|
|
|
|
2023-01-26 00:50:54 -08:00
|
|
|
{{ end -}}
|