From c699aaac119501a269421ad80dd0b1e5f976166f Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Wed, 4 Aug 2021 17:44:12 -0400 Subject: fix config --- config/router.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config') diff --git a/config/router.nix b/config/router.nix index df1f931..62c3510 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 dev nycmesh table nycmesh + ip route replace default via 10.70.73.1 dev nycmesh table nycmesh ip route flush cache ''; -- cgit v1.2.3