diff --git a/nixos/modules/services/networking/openvpn.nix b/nixos/modules/services/networking/openvpn.nix
index a418839d22b..b94b4026fd9 100644
--- a/nixos/modules/services/networking/openvpn.nix
+++ b/nixos/modules/services/networking/openvpn.nix
@@ -131,6 +131,9 @@ in
Configuration of this OpenVPN instance. See
openvpn8
for details.
+
+ To import an external config file, use the following definition:
+ config = "config /path/to/config.ovpn"
'';
};