marukuru: set accept_ra=2 for eth0
This commit is contained in:
parent
c769f2aeb6
commit
fad32fad6b
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@ in {
|
||||||
boot.kernel.sysctl = {
|
boot.kernel.sysctl = {
|
||||||
"net.ipv6.conf.default.accept_ra" = 2;
|
"net.ipv6.conf.default.accept_ra" = 2;
|
||||||
"net.ipv6.conf.all.accept_ra" = 2;
|
"net.ipv6.conf.all.accept_ra" = 2;
|
||||||
|
"net.ipv6.conf.eth0.accept_ra" = 2;
|
||||||
};
|
};
|
||||||
|
|
||||||
fileSystems = {
|
fileSystems = {
|
||||||
|
|
Loading…
Reference in a new issue