diff --git a/docs/reference/options.md b/docs/reference/options.md index d4cb9bf7f..03464b349 100644 --- a/docs/reference/options.md +++ b/docs/reference/options.md @@ -163,6 +163,25 @@ boolean +## containers.\.maxLayers + +the maximum number of layers to create. + + + +*Type:* +signed integer + + + +*Default:* +` 1 ` + +*Declared by:* + - [https://github.com/cachix/devenv/blob/main/src/modules/containers.nix](https://github.com/cachix/devenv/blob/main/src/modules/containers.nix) + + + ## containers.\.name Name of the container. @@ -1891,8 +1910,6 @@ to adjust the settings or add more extensions. You can find the extensions using `devenv search 'php extensions'` - - *Type:* package @@ -1924,6 +1941,8 @@ pkgs.php.buildEnv { Attribute set of packages including composer + + *Type:* submodule @@ -4727,8 +4746,6 @@ boolean ## pre-commit.settings.deadnix.noLambdaPatternNames - - Don’t check lambda pattern names (don’t break nixpkgs ` callPackage `). @@ -4748,6 +4765,8 @@ boolean ## pre-commit.settings.deadnix.noUnderscore + + Don’t check any bindings that start with a ` _ `. @@ -7025,8 +7044,6 @@ attribute set of attribute set of (INI atom (null, bool, int, float or string)) ## services.couchdb.settings.chttpd.bind_address - - Defines the IP address by which CouchDB will be accessible. @@ -7046,6 +7063,8 @@ string ## services.couchdb.settings.chttpd.port + + Defined the port number to listen.