stockholm/makefu/2configs/disable_v6.nix

5 lines
81 B
Nix
Raw Normal View History

2015-08-16 22:01:03 +00:00
{
networking.enableIPv6 = false;
boot.kernelParams = [ "ipv6.disable=1" ];
}