nixos/doc: Hold off on NixOps 2 info until released

This commit is contained in:
Robert Hensing 2022-06-14 23:15:51 +02:00
parent 3c4a49f506
commit d9dccae07c
2 changed files with 2 additions and 4 deletions

View file

@ -237,8 +237,7 @@ Value types are types that take a value parameter.
One use case for this type is the type of a "default" module that allow the
user to affect all submodules in an `attrsOf submodule` at once. This is
more convenient and discoverable than expecting the module user to
type-merge with the `attrsOf submodule` option. NixOps uses this type in
`network.defaults`.
type-merge with the `attrsOf submodule` option.
## Composed Types {#sec-option-types-composed}

View file

@ -460,8 +460,7 @@
all submodules in an <literal>attrsOf submodule</literal> at
once. This is more convenient and discoverable than
expecting the module user to type-merge with the
<literal>attrsOf submodule</literal> option. NixOps uses
this type in <literal>network.defaults</literal>.
<literal>attrsOf submodule</literal> option.
</para>
</listitem>
</varlistentry>