nixos-config/2configs/disable_v6.nix

4 lines
37 B
Nix
Raw Normal View History

2015-08-17 00:01:03 +02:00
{
networking.enableIPv6 = false;
}