From 05eef8051b2c129e05973073b6772b2d36db76c1 Mon Sep 17 00:00:00 2001 From: Dominique Martinet Date: Mon, 28 Sep 2020 14:34:01 +0200 Subject: stunnel service: fix servers example examples incorrectly had 'enable' set, the option is not defined and reproducing would error out --- nixos/modules/services/networking/stunnel.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/nixos/modules/services/networking/stunnel.nix b/nixos/modules/services/networking/stunnel.nix index ab51bba2f6a..2720bcf1093 100644 --- a/nixos/modules/services/networking/stunnel.nix +++ b/nixos/modules/services/networking/stunnel.nix @@ -129,7 +129,6 @@ in type = with types; attrsOf (submodule serverConfig); example = { fancyWebserver = { - enable = true; accept = 443; connect = 8080; cert = "/path/to/pem/file"; -- cgit 1.4.1