nixos/home: Use Digiweb static IP for river WAN

Digiweb assigned river a static IPv4 (84.203.124.128). Point river's
public address at it and have pppd actively request it as the IPCP local
address (local:remote form) rather than passively accepting whatever the
peer offers via noipdefault. The address stays sourced from the
routersPubV4 constant, so the ipsec l2 mesh peer, the nft DNS redirect,
and the cross-router route all follow.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-07-20 18:06:21 +01:00
parent dc1ec3bf5a
commit a86888a2c7
2 changed files with 8 additions and 3 deletions
+1 -1
View File
@@ -322,7 +322,7 @@ rec {
"stream"
];
routersPubV4 = [
"109.255.108.88"
"84.203.124.128" # river: Digiweb static
"109.255.108.121"
];