diff options
author | Kjetil Orbekk <kj@orbekk.com> | 2021-08-04 17:44:12 -0400 |
---|---|---|
committer | Kjetil Orbekk <kj@orbekk.com> | 2021-08-04 17:44:12 -0400 |
commit | c699aaac119501a269421ad80dd0b1e5f976166f (patch) | |
tree | 59a4041da03d63716c0de437f12d548de6dc56b9 /config | |
parent | 23fdf2674740d188c6e67a2a65be725bbebf8a33 (diff) |
fix config
Diffstat (limited to 'config')
-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 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 ''; |