summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorKjetil Orbekk <kj@orbekk.com>2021-08-04 17:46:20 -0400
committerKjetil Orbekk <kj@orbekk.com>2021-08-04 17:46:20 -0400
commitcb12baf2b343dd57e89e37b8d715d7c543720dbf (patch)
treee4b67d964b8dba5409934e193171e6294e8b97d5 /config
parentc699aaac119501a269421ad80dd0b1e5f976166f (diff)
fix config
Diffstat (limited to 'config')
-rw-r--r--config/router.nix2
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
'';