diff options
-rw-r--r-- | config/router.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/router.nix b/config/router.nix index 62c3510..d8b005a 100644 --- a/config/router.nix +++ b/config/router.nix @@ -263,7 +263,7 @@ in { networking.wireguard.interfaces.nycmesh.postSetup = '' ip rule add fwmark ${toString nycmeshMark} table nycmesh - ip route replace default via 10.70.73.1 dev nycmesh table nycmesh + ip route replace default via 10.70.73.1 onlink dev nycmesh table nycmesh ip route flush cache ''; |