Merge pull request #45978 from fgaz/patch-1

nixos docs: system restart to apply containers nat
This commit is contained in:
Matthew Bauer
2018-10-08 13:48:14 -05:00
committed by GitHub

View File

@@ -52,4 +52,7 @@ $ ping -c1 10.233.4.2
networking.networkmanager.unmanaged = [ "interface-name:ve-*" ];
</programlisting>
</para>
<para>
You may need to restart your system for the changes to take effect.
</para>
</section>