diff --git a/wireguard/wg0.conf.tmpl b/wireguard/wg0.conf.tmpl index 5e060d1..4ce90b4 100644 --- a/wireguard/wg0.conf.tmpl +++ b/wireguard/wg0.conf.tmpl @@ -4,5 +4,5 @@ Address = ${wg_address}/${wg_prefix:-32} {{ range files "wireguard/peers" }} {{ if ne . "${tinc_peer_name}" }} [Peer] -{{ include (print "wireguard/peers" .) }} +{{ include (print "wireguard/peers/" .) }} {{ end }}{{ end }} \ No newline at end of file