5 lines
81 B
Nix
5 lines
81 B
Nix
{
|
|
networking.enableIPv6 = false;
|
|
boot.kernelParams = [ "ipv6.disable=1" ];
|
|
}
|