Skip to content

Commit

Permalink
Auto generate docs/reference/options.md
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 24, 2023
1 parent ce53645 commit b454e31
Showing 1 changed file with 81 additions and 0 deletions.
81 changes: 81 additions & 0 deletions docs/reference/options.md
Original file line number Diff line number Diff line change
Expand Up @@ -6818,6 +6818,87 @@ attribute set of attribute set of (INI atom (null, bool, int, float or string) o



## services.nginx.enable

Whether to enable nginx.



*Type:*
boolean



*Default:*
` false `



*Example:*
` true `

*Declared by:*
- [https://github.com/cachix/devenv/blob/main/src/modules/services/nginx.nix](https://github.com/cachix/devenv/blob/main/src/modules/services/nginx.nix)



## services.nginx.package

The nginx package to use.



*Type:*
package



*Default:*
` "pkgs.nginx" `

*Declared by:*
- [https://github.com/cachix/devenv/blob/main/src/modules/services/nginx.nix](https://github.com/cachix/devenv/blob/main/src/modules/services/nginx.nix)



## services.nginx.eventsConfig

The nginx events configuration.



*Type:*
strings concatenated with “\\n”



*Default:*
` "" `

*Declared by:*
- [https://github.com/cachix/devenv/blob/main/src/modules/services/nginx.nix](https://github.com/cachix/devenv/blob/main/src/modules/services/nginx.nix)



## services.nginx.httpConfig

The nginx configuration.



*Type:*
strings concatenated with “\\n”



*Default:*
` "" `

*Declared by:*
- [https://github.com/cachix/devenv/blob/main/src/modules/services/nginx.nix](https://github.com/cachix/devenv/blob/main/src/modules/services/nginx.nix)



## services.opensearch.enable


Expand Down

0 comments on commit b454e31

Please sign in to comment.