m 2 disable_v6: only soft-disable ipv6

This commit is contained in:
makefu 2016-12-24 23:41:59 +01:00
parent 56e756fc5a
commit f137f69161

View file

@ -1,4 +1,3 @@
{
networking.enableIPv6 = false;
boot.kernelParams = [ "ipv6.disable=1" ];
}