stunnel service: fix servers example

examples incorrectly had 'enable' set, the option is not defined
and reproducing would error out
This commit is contained in:
Dominique Martinet
2020-11-01 18:17:57 +01:00
parent 4fe0ea478a
commit 05eef8051b
@@ -129,7 +129,6 @@ in
type = with types; attrsOf (submodule serverConfig);
example = {
fancyWebserver = {
enable = true;
accept = 443;
connect = 8080;
cert = "/path/to/pem/file";