nixos/doc: add section about avahi changes

This commit is contained in:
WilliButz 2019-05-23 00:33:44 +02:00
parent 1800e49a0b
commit 229e7834eb
No known key found for this signature in database
GPG Key ID: 92582A10F1179CB2

View File

@ -236,6 +236,18 @@
(<literal>/var/lib/systemd/timesync</literal>), if required.
</para>
</listitem>
<listitem>
<para>
The package <literal>avahi</literal> is now built to look up service
definitions from <literal>/etc/avahi/services</literal> instead of its
output directory in the nix store. Accordingly the module
<option>avahi</option> now supports custom service definitions via
<option>services.avahi.extraServiceFiles</option>, which are then placed
in the aforementioned directory. See <citerefentry>
<refentrytitle>avahi.service</refentrytitle><manvolnum>5</manvolnum>
</citerefentry> for more information on custom service definitions.
</para>
</listitem>
</itemizedlist>
</section>
</section>