mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-13 05:05:29 +03:00
nixos/ssh: add release notes for extraHostNames option
This commit is contained in:
parent
552b80dc51
commit
989fd06cb8
2 changed files with 12 additions and 0 deletions
|
@ -512,6 +512,15 @@
|
||||||
usage in non-X11 environments, e.g. Wayland.
|
usage in non-X11 environments, e.g. Wayland.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</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>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
The <literal>services.stubby</literal> module was converted to
|
The <literal>services.stubby</literal> module was converted to
|
||||||
|
|
|
@ -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,
|
`services.xserver.enable`. This allows easy usage in non-X11 environments,
|
||||||
e.g. Wayland.
|
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 `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.
|
- The option `services.duplicati.dataDir` has been added to allow changing the location of duplicati's files.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue