wireguard/he: Correctly route outgoing packets
This previously made yuzuru unreachable over IPv6.
This commit is contained in:
parent
8b49a5bc96
commit
f7fe754a1b
|
@ -94,7 +94,6 @@ in
|
|||
he = {
|
||||
name = "he";
|
||||
address = lib.singleton "2001:470:1f0a:5db::2/64";
|
||||
gateway = lib.singleton "2001:470:1f0a:5db::1";
|
||||
routingPolicyRules = lib.singleton {
|
||||
routingPolicyRuleConfig = {
|
||||
From = "2001:470:73b9::/48";
|
||||
|
|
Loading…
Reference in a new issue