about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorRobert Hensing <robert@roberthensing.nl>2022-06-14 23:15:51 +0200
committerRobert Hensing <robert@roberthensing.nl>2022-06-14 23:23:41 +0200
commitd9dccae07c638adb2d1eed6a722e01e9063bda97 (patch)
tree1017e673f52e5ee4128a4ba59191a5389d99307c /nixos
parent3c4a49f506575306f8b355e86d2b19cf02c84688 (diff)
nixos/doc: Hold off on NixOps 2 info until released
Diffstat (limited to 'nixos')
-rw-r--r--nixos/doc/manual/development/option-types.section.md3
-rw-r--r--nixos/doc/manual/from_md/development/option-types.section.xml3
2 files changed, 2 insertions, 4 deletions
diff --git a/nixos/doc/manual/development/option-types.section.md b/nixos/doc/manual/development/option-types.section.md
index e4e6cfec957f6..9b35e66301447 100644
--- a/nixos/doc/manual/development/option-types.section.md
+++ b/nixos/doc/manual/development/option-types.section.md
@@ -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}
 
diff --git a/nixos/doc/manual/from_md/development/option-types.section.xml b/nixos/doc/manual/from_md/development/option-types.section.xml
index e3d161e4d3519..929d5302ed417 100644
--- a/nixos/doc/manual/from_md/development/option-types.section.xml
+++ b/nixos/doc/manual/from_md/development/option-types.section.xml
@@ -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>