Merge pull request #18446 from siddharthist/docs/ipv6-per-interface
nixos manual: disable ipv6 per interface
This commit is contained in:
commit
be33fc8973
@ -12,8 +12,15 @@ can disable IPv6 support globally by setting:
|
|||||||
|
|
||||||
<programlisting>
|
<programlisting>
|
||||||
networking.enableIPv6 = false;
|
networking.enableIPv6 = false;
|
||||||
</programlisting>
|
</programlisting></para>
|
||||||
|
|
||||||
|
<para>You can disable IPv6 on a single interface using a normal sysctl (in this
|
||||||
|
example, we use interface <varname>eth0</varname>):
|
||||||
|
|
||||||
|
<programlisting>
|
||||||
|
boot.kernel.sysctl."net.ipv6.conf.eth0.disable_ipv6" = true;
|
||||||
|
</programlisting>
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
|
||||||
</section>
|
</section>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user