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:
@@ -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";
|
||||||
|
|||||||
Reference in New Issue
Block a user