mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
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:
parent
220e02506f
commit
64eb5527ba
@ -67,12 +67,6 @@ in
|
|||||||
|
|
||||||
options = {
|
options = {
|
||||||
|
|
||||||
/* !!! Obsolete. */
|
|
||||||
services.openvpn.enable = mkOption {
|
|
||||||
default = true;
|
|
||||||
description = "Whether to enable OpenVPN.";
|
|
||||||
};
|
|
||||||
|
|
||||||
services.openvpn.servers = mkOption {
|
services.openvpn.servers = mkOption {
|
||||||
default = {};
|
default = {};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user