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:
Jakob Lechner 2025-12-10 17:19:18 +01:00
parent 7353eb481a
commit 7a5d7c20ef

View file

@ -114,7 +114,7 @@ with lib; {
interface ${interfaces.wan}
ipv6rs
ia_na 1
ia_pd 1/::/64 ${interfaces.lan}/0/64
ia_pd 2 ${interfaces.lan}/0
'';
jalr.luksUsbUnlock = {
@ -131,6 +131,7 @@ with lib; {
boot = {
kernel.sysctl = {
"net.ipv6.conf.all.forwarding" = 1;
"net.ipv6.conf.enp0s25.accept_ra" = 1;
};
initrd = {
availableKernelModules = [