From aecf24a0eb00bd61f192781b45dad0c0c0099a8d Mon Sep 17 00:00:00 2001 From: Erik Arvstedt Date: Fri, 20 Jul 2018 10:30:49 +0200 Subject: openvpn: document how to import an external config --- nixos/modules/services/networking/openvpn.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'nixos/modules/services/networking/openvpn.nix') 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" ''; }; -- cgit 1.4.1