diff options
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 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 |