mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 01:13:05 +00:00
manual rl-16.03: document broadcom issue #12595
This commit is contained in:
parent
d4c4a81022
commit
d9b98b6b50
@ -274,6 +274,20 @@ services.syncthing = {
|
|||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>
|
||||||
|
Systems with some broadcom cards used to result into a generated config
|
||||||
|
that is no longer accepted. If you get errors like
|
||||||
|
<screen>error: path ‘/nix/store/*-broadcom-sta-*’ does not exist and cannot be created</screen>
|
||||||
|
you should either re-run <command>nixos-generate-config</command> or manually replace
|
||||||
|
<literal>"${config.boot.kernelPackages.broadcom_sta}"</literal>
|
||||||
|
by
|
||||||
|
<literal>config.boot.kernelPackages.broadcom_sta</literal>
|
||||||
|
in your <filename>/etc/nixos/hardware-configuration.nix</filename>.
|
||||||
|
More discussion is on <link xlink:href="https://github.com/NixOS/nixpkgs/pull/12595">
|
||||||
|
the github issue</link>.
|
||||||
|
</para>
|
||||||
|
</listitem>
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user