remove kernelParams
This commit is contained in:
parent
45f835e29f
commit
18faa49480
1 changed files with 0 additions and 2 deletions
|
@ -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" ];
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue