This commit is contained in:
albert 2024-03-21 08:10:29 +09:00
parent 46084ffb42
commit 45f835e29f
No known key found for this signature in database
GPG key ID: 64F6C4EB46C4543A

View file

@ -14,4 +14,10 @@
allowedUDPPorts = [ ];
};
};
boot.kernel.sysctl = {
"net.ipv6.conf.all.disable_ipv6" = true;
};
boot.kernelParams = [ "ipv6.disable=1" ];
}