nixos: remove the obsolete 'services.openvpn.enable' option

OpenVPN is enabled implicitly when configuring 'services.openvpn.servers', so the
"enable" option is meaningless since b2910df04e.

Closes https://github.com/NixOS/nixpkgs/issues/9764.
This commit is contained in:
Peter Simons 2015-09-10 10:36:38 +02:00
parent 220e02506f
commit 64eb5527ba

View File

@ -67,12 +67,6 @@ in
options = {
/* !!! Obsolete. */
services.openvpn.enable = mkOption {
default = true;
description = "Whether to enable OpenVPN.";
};
services.openvpn.servers = mkOption {
default = {};