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:
parent
4fe0ea478a
commit
05eef8051b
|
@ -129,7 +129,6 @@ in
|
||||||
type = with types; attrsOf (submodule serverConfig);
|
type = with types; attrsOf (submodule serverConfig);
|
||||||
example = {
|
example = {
|
||||||
fancyWebserver = {
|
fancyWebserver = {
|
||||||
enable = true;
|
|
||||||
accept = 443;
|
accept = 443;
|
||||||
connect = 8080;
|
connect = 8080;
|
||||||
cert = "/path/to/pem/file";
|
cert = "/path/to/pem/file";
|
||||||
|
|
Loading…
Reference in a new issue