mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-20 04:31:52 +00:00
openvpn: document how to import an external config
This commit is contained in:
parent
23aa0aa64c
commit
aecf24a0eb
|
@ -131,6 +131,9 @@ in
|
|||
Configuration of this OpenVPN instance. See
|
||||
<citerefentry><refentrytitle>openvpn</refentrytitle><manvolnum>8</manvolnum></citerefentry>
|
||||
for details.
|
||||
|
||||
To import an external config file, use the following definition:
|
||||
<literal>config = "config /path/to/config.ovpn"</literal>
|
||||
'';
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue