{pkgs, ...}: { services.openvpn.servers = { homeVPN = { config = '' config ./modules/openvpn/homeVPN.ovpn ''; }; }; }