3
0
Fork 0
forked from mirrors/nixpkgs

nixos/release-notes: warn on interface renaming

This commit is contained in:
rnhmjoj 2021-02-19 00:59:16 +01:00
parent aafaf3ba97
commit d683d26d89
No known key found for this signature in database
GPG key ID: BFBAF4C975F76450

View file

@ -91,6 +91,16 @@
</para>
<itemizedlist>
<listitem>
<para>
If you are using <option>services.udev.extraRules</option> to assign
custom names to network interfaces, this may stop working due to a change
in the initialisation of dhcpcd and systemd networkd. To avoid this, either
move them to <option>services.udev.initrdRules</option> or see the new
<link linkend="sec-custom-ifnames">Assigning custom names</link> section
of the NixOS manual for an example using networkd links.
</para>
</listitem>
<listitem>
<para>
<literal>systemd-journal2gelf</literal> no longer parses json and expects the receiving system to handle it. How to achieve this with Graylog is described in this <link xlink:href="https://github.com/parse-nl/SystemdJournal2Gelf/issues/10">GitHub issue</link>.