Skip to content

Commit

Permalink
stunnel service: fix servers example
Browse files Browse the repository at this point in the history
examples incorrectly had 'enable' set, the option is not defined
and reproducing would error out
  • Loading branch information
martinetd committed Nov 1, 2020
1 parent 4fe0ea4 commit 05eef80
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nixos/modules/services/networking/stunnel.nix
Expand Up @@ -129,7 +129,6 @@ in
type = with types; attrsOf (submodule serverConfig);
example = {
fancyWebserver = {
enable = true;
accept = 443;
connect = 8080;
cert = "/path/to/pem/file";
Expand Down

0 comments on commit 05eef80

Please sign in to comment.