summary refs log tree commit diff
path: root/nixos/modules/services/networking/openvpn.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2015-09-10 10:36:38 +0200
committerPeter Simons <simons@cryp.to>2015-09-10 10:38:38 +0200
commit64eb5527ba4e517a3ea23ae68aa8461396647688 (patch)
treefc092eb100ac9a167221bf227e53695e1917b831 /nixos/modules/services/networking/openvpn.nix
parent220e02506fe2ad533eec8b4381f29e52326d2982 (diff)
downloadnixpkgs-64eb5527ba4e517a3ea23ae68aa8461396647688.tar
nixpkgs-64eb5527ba4e517a3ea23ae68aa8461396647688.tar.gz
nixpkgs-64eb5527ba4e517a3ea23ae68aa8461396647688.tar.bz2
nixpkgs-64eb5527ba4e517a3ea23ae68aa8461396647688.tar.lz
nixpkgs-64eb5527ba4e517a3ea23ae68aa8461396647688.tar.xz
nixpkgs-64eb5527ba4e517a3ea23ae68aa8461396647688.tar.zst
nixpkgs-64eb5527ba4e517a3ea23ae68aa8461396647688.zip
nixos: remove the obsolete 'services.openvpn.enable' option
OpenVPN is enabled implicitly when configuring 'services.openvpn.servers', so the
"enable" option is meaningless since b2910df04e4ec3e707ad08074bd128dedf9b2c23.

Closes https://github.com/NixOS/nixpkgs/issues/9764.
Diffstat (limited to 'nixos/modules/services/networking/openvpn.nix')
-rw-r--r--nixos/modules/services/networking/openvpn.nix6
1 files changed, 0 insertions, 6 deletions
diff --git a/nixos/modules/services/networking/openvpn.nix b/nixos/modules/services/networking/openvpn.nix
index 9dc88e61865..a96888dec86 100644
--- a/nixos/modules/services/networking/openvpn.nix
+++ b/nixos/modules/services/networking/openvpn.nix
@@ -67,12 +67,6 @@ in
 
   options = {
 
-    /* !!! Obsolete. */
-    services.openvpn.enable = mkOption {
-      default = true;
-      description = "Whether to enable OpenVPN.";
-    };
-
     services.openvpn.servers = mkOption {
       default = {};