marukuru: set accept_ra=2 for eth0

This commit is contained in:
Luke Granger-Brown 2021-10-22 19:39:46 +01:00
parent c769f2aeb6
commit fad32fad6b

View file

@ -14,6 +14,7 @@ in {
boot.kernel.sysctl = {
"net.ipv6.conf.default.accept_ra" = 2;
"net.ipv6.conf.all.accept_ra" = 2;
"net.ipv6.conf.eth0.accept_ra" = 2;
};
fileSystems = {