mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-05 03:34:12 +00:00
Merge pull request #20319 from NixOS/nm-containers
NixOS Manual: Container Networking with NM
This commit is contained in:
commit
322f5e5132
@ -47,4 +47,12 @@ where <literal>eth0</literal> should be replaced with the desired
|
|||||||
external interface. Note that <literal>ve-+</literal> is a wildcard
|
external interface. Note that <literal>ve-+</literal> is a wildcard
|
||||||
that matches all container interfaces.</para>
|
that matches all container interfaces.</para>
|
||||||
|
|
||||||
|
<para>If you are using Network Manager, you need to explicitly prevent
|
||||||
|
it from managing container interfaces:
|
||||||
|
|
||||||
|
<programlisting>
|
||||||
|
networking.networkmanager.unmanaged = [ "interface-name:ve-*" ];
|
||||||
|
</programlisting>
|
||||||
|
</para>
|
||||||
|
|
||||||
</section>
|
</section>
|
||||||
|
Loading…
Reference in New Issue
Block a user