iVNP no such file or directory when Obfuscation is enabled

VPN obfuscation is a technique that masks VPN traffic to make it appear like standard internet traffic, helping to evade detection and bypass internet restrictions or censorship.

But for whatever reason, NixOS reports the file or folder is missing. I am using the package offered in the repos:

    ivpn
    ivpn-service
    ivpn-ui

And, of course, I have this in my config file:

services.ivpn.enable = true;

ivnp_nixos

Looking at the error, I presume they’re looking for v2ray. I installed both without configuring my own, because the whole point is to rely on IVPN. I would not know what to add to an undefined config (since again, IVPN should manage this). That said, it is not a dependency issue, since installing v2ray and v2ray-geoip did not resolve the issue.