m 2 disable_v6: only soft-disable ipv6

This commit is contained in:
makefu 2016-12-24 23:41:59 +01:00
parent 5c727b655f
commit 67fdfed8e0
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225

View File

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