stockholm/makefu/2configs/disable_v6.nix

4 lines
37 B
Nix
Raw Normal View History

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