about summary refs log tree commit diff
path: root/nixos/doc/manual/release-notes/rl-2211.section.md
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/release-notes/rl-2211.section.md
parentc4746613d884d39a429bb008f5775ffe0e7a344e (diff)
nixos/release-notes: add entry for #191713
Diffstat (limited to 'nixos/doc/manual/release-notes/rl-2211.section.md')
-rw-r--r--nixos/doc/manual/release-notes/rl-2211.section.md2
1 files changed, 2 insertions, 0 deletions
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.).