remove kernelParams

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

View file

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