Newer
Older
nix-config / ovpn.nix
@Dale Twokey Dale Twokey on 19 Jun 2024 246 bytes initial commit
{
  services.openvpn.servers = {
    shinservice = { config = '' config /home/deiru/.vpn/shinservice.ovpn ''; autoStart = false; };
    shinservice-new = { config = '' config /home/deiru/.vpn/shinservice-new.ovpn ''; autoStart = false; };
  };
}