diff options
author | Kjetil Orbekk <kj@orbekk.com> | 2021-05-03 18:04:46 -0400 |
---|---|---|
committer | Kjetil Orbekk <kj@orbekk.com> | 2021-05-03 18:04:46 -0400 |
commit | 7e652d5d89b107c5775aadc8d82d55ad34ba882b (patch) | |
tree | 96bac0913b7402ce8f3a5b0b77e0e4bbae85ebc1 | |
parent | 50b582b028478404165c4a12d8233024a5b39a20 (diff) |
Update router
-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 1dbd380..da6bea8 100644 --- a/config/router.nix +++ b/config/router.nix @@ -216,7 +216,7 @@ in requires = ["network-online.target"]; after = ["network.target" "network-online.target"]; wantedBy = ["multi-user.target"]; - path = [ pkgs.iproute2 ]; + path = [ pkgs.iproute ]; script = '' ip -6 rule add from 2001:470:8e2e::/48 lookup he prio 0 || true ip -6 route replace default dev he0 src 2001:470:8e2e:20::d table he |