Merge pull request #104589 from fadenb/release_notes_wpa_supplicant_breaking_change

nixos/release-notes: Warn on wpa_supplicant changes
This commit is contained in:
Michele Guerini Rocco 2020-12-18 16:11:10 +01:00 committed by GitHub
commit d8cb103f79
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1344,6 +1344,12 @@ CREATE ROLE postgres LOGIN SUPERUSER;
that makes it unsuitable to be a default app.
</para>
</listitem>
<listitem>
<para>
If you want to manage the configuration of <package>wpa_supplicant</package> outside of NixOS you must ensure that none of <xref linkend="opt-networking.wireless.networks" />, <xref linkend="opt-networking.wireless.extraConfig" /> or <xref linkend="opt-networking.wireless.userControlled.enable" /> is being used or <literal>true</literal>.
Using any of those options will cause <package>wpa_supplicant</package> to be started with a NixOS generated configuration file instead of your own.
</para>
</listitem>
</itemizedlist>
</section>