From cb12baf2b343dd57e89e37b8d715d7c543720dbf Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Wed, 4 Aug 2021 17:46:20 -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 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 ''; -- cgit v1.2.3