summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorpennae <github@quasiparticle.net>2022-01-19 17:21:11 +0100
committerpennae <github@quasiparticle.net>2022-01-19 17:21:11 +0100
commit989fd06cb82e17c9700443269b0595d730140cd9 (patch)
tree21698483c54497c3ff1feca96e6b9a5d13cd2ef7 /nixos
parent552b80dc51d4c9ad383f95a01ff18ad02134bb79 (diff)
downloadnixpkgs-989fd06cb82e17c9700443269b0595d730140cd9.tar
nixpkgs-989fd06cb82e17c9700443269b0595d730140cd9.tar.gz
nixpkgs-989fd06cb82e17c9700443269b0595d730140cd9.tar.bz2
nixpkgs-989fd06cb82e17c9700443269b0595d730140cd9.tar.lz
nixpkgs-989fd06cb82e17c9700443269b0595d730140cd9.tar.xz
nixpkgs-989fd06cb82e17c9700443269b0595d730140cd9.tar.zst
nixpkgs-989fd06cb82e17c9700443269b0595d730140cd9.zip
nixos/ssh: add release notes for extraHostNames option
Diffstat (limited to 'nixos')
-rw-r--r--nixos/doc/manual/from_md/release-notes/rl-2205.section.xml9
-rw-r--r--nixos/doc/manual/release-notes/rl-2205.section.md3
2 files changed, 12 insertions, 0 deletions
diff --git a/nixos/doc/manual/from_md/release-notes/rl-2205.section.xml b/nixos/doc/manual/from_md/release-notes/rl-2205.section.xml
index 34e31b6e505..dc2373c7a26 100644
--- a/nixos/doc/manual/from_md/release-notes/rl-2205.section.xml
+++ b/nixos/doc/manual/from_md/release-notes/rl-2205.section.xml
@@ -514,6 +514,15 @@
       </listitem>
       <listitem>
         <para>
+          <link linkend="opt-programs.ssh.knownHosts">programs.ssh.knownHosts</link>
+          has gained an <literal>extraHostNames</literal> option to
+          replace <literal>hostNames</literal>.
+          <literal>hostNames</literal> is deprecated, but still
+          available for now.
+        </para>
+      </listitem>
+      <listitem>
+        <para>
           The <literal>services.stubby</literal> module was converted to
           a
           <link xlink:href="https://github.com/NixOS/rfcs/blob/master/rfcs/0042-config-option.md">settings-style</link>
diff --git a/nixos/doc/manual/release-notes/rl-2205.section.md b/nixos/doc/manual/release-notes/rl-2205.section.md
index 068984d0e15..6754b3adb88 100644
--- a/nixos/doc/manual/release-notes/rl-2205.section.md
+++ b/nixos/doc/manual/release-notes/rl-2205.section.md
@@ -180,6 +180,9 @@ In addition to numerous new and upgraded packages, this release has the followin
   `services.xserver.enable`. This allows easy usage in non-X11 environments,
   e.g. Wayland.
 
+- [programs.ssh.knownHosts](#opt-programs.ssh.knownHosts) has gained an `extraHostNames`
+  option to replace `hostNames`. `hostNames` is deprecated, but still available for now.
+
 - The `services.stubby` module was converted to a [settings-style](https://github.com/NixOS/rfcs/blob/master/rfcs/0042-config-option.md) configuration.
 
 - The option `services.duplicati.dataDir` has been added to allow changing the location of duplicati's files.