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
commit 52ed0526fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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>