3
0
Fork 0
forked from mirrors/nixpkgs

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-09-28 14:34:01 +02:00
parent 4fe0ea478a
commit 05eef8051b

View file

@ -129,7 +129,6 @@ in
type = with types; attrsOf (submodule serverConfig);
example = {
fancyWebserver = {
enable = true;
accept = 443;
connect = 8080;
cert = "/path/to/pem/file";