On Thu, May 4, 2023, at 08:06, Odd Martin Baanrud wrote: > https://ianix.com/wireguard/openbsd-howto.html
This tutorial has one installing a port ("wireguard-tools"), and then making one's wireguard interface depend on that package. I am not sure why it does that, but that one problem with your configuration. Ports install with a prefix of /usr/local/ by default. I am unfamiliar with the wireguard-tools package, but it's unnecessary for configuring wg(4) interfaces: https://man.openbsd.org/wg weaver