about summary refs log tree commit diff
path: root/nixos/doc/manual
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@sap.com>2022-11-25 22:27:39 +0100
committerSandro Jäckel <sandro.jaeckel@gmail.com>2022-11-28 02:19:18 +0100
commita4f053f0e4f5cfe53d8d3a4d9c7f5bf2630812c9 (patch)
treecd0d7b7902cdf94e52b8210380e866dc64f62d54 /nixos/doc/manual
parentc4746613d884d39a429bb008f5775ffe0e7a344e (diff)
nixos/release-notes: add entry for #191713
Diffstat (limited to 'nixos/doc/manual')
-rw-r--r--nixos/doc/manual/from_md/release-notes/rl-2211.section.xml9
-rw-r--r--nixos/doc/manual/release-notes/rl-2211.section.md2
2 files changed, 11 insertions, 0 deletions
diff --git a/nixos/doc/manual/from_md/release-notes/rl-2211.section.xml b/nixos/doc/manual/from_md/release-notes/rl-2211.section.xml
index 126f650250c81..a4623bbaf3c63 100644
--- a/nixos/doc/manual/from_md/release-notes/rl-2211.section.xml
+++ b/nixos/doc/manual/from_md/release-notes/rl-2211.section.xml
@@ -790,6 +790,15 @@
       </listitem>
       <listitem>
         <para>
+          <literal>nix.buildMachines</literal> got a new submodule
+          option <literal>protocol</literal>. An undocumented hack to
+          set the protocol via <literal>hostName</literal> is no longer
+          working and the <literal>protocol</literal> option should be
+          used instead.
+        </para>
+      </listitem>
+      <listitem>
+        <para>
           <literal>generateOptparseApplicativeCompletions</literal> and
           <literal>generateOptparseApplicativeCompletion</literal> from
           <literal>haskell.lib.compose</literal> (and
diff --git a/nixos/doc/manual/release-notes/rl-2211.section.md b/nixos/doc/manual/release-notes/rl-2211.section.md
index 64f1e089a41cb..7a8e9b164f5cc 100644
--- a/nixos/doc/manual/release-notes/rl-2211.section.md
+++ b/nixos/doc/manual/release-notes/rl-2211.section.md
@@ -252,6 +252,8 @@ Available as [services.patroni](options.html#opt-services.patroni.enable).
 
 - The `nix.checkConfig` option now fully disables the config check. The new `nix.checkAllErrors` option behaves like `nix.checkConfig`  previously did.
 
+- `nix.buildMachines` got a new submodule option `protocol`. An undocumented hack to set the protocol via `hostName` is no longer working and the `protocol` option should be used instead.
+
 - `generateOptparseApplicativeCompletions` and `generateOptparseApplicativeCompletion` from `haskell.lib.compose`
   (and `haskell.lib`) have been deprecated in favor of `generateOptparseApplicativeCompletions` (plural!) as
   provided by the haskell package sets (so `haskellPackages.generateOptparseApplicativeCompletions` etc.).