Fix ipv6 prefix delegation
Prefix delegation was broken after Vodafone swapped the plastic router. I'm not sure if this change is required tbh but I'll leave it like that as it works now.
This commit is contained in:
parent
7353eb481a
commit
7a5d7c20ef
1 changed files with 2 additions and 1 deletions
|
|
@ -114,7 +114,7 @@ with lib; {
|
||||||
interface ${interfaces.wan}
|
interface ${interfaces.wan}
|
||||||
ipv6rs
|
ipv6rs
|
||||||
ia_na 1
|
ia_na 1
|
||||||
ia_pd 1/::/64 ${interfaces.lan}/0/64
|
ia_pd 2 ${interfaces.lan}/0
|
||||||
'';
|
'';
|
||||||
|
|
||||||
jalr.luksUsbUnlock = {
|
jalr.luksUsbUnlock = {
|
||||||
|
|
@ -131,6 +131,7 @@ with lib; {
|
||||||
boot = {
|
boot = {
|
||||||
kernel.sysctl = {
|
kernel.sysctl = {
|
||||||
"net.ipv6.conf.all.forwarding" = 1;
|
"net.ipv6.conf.all.forwarding" = 1;
|
||||||
|
"net.ipv6.conf.enp0s25.accept_ra" = 1;
|
||||||
};
|
};
|
||||||
initrd = {
|
initrd = {
|
||||||
availableKernelModules = [
|
availableKernelModules = [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue