summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorKjetil Orbekk <kj@orbekk.com>2022-10-08 07:39:24 -0400
committerKjetil Orbekk <kj@orbekk.com>2022-10-08 07:39:24 -0400
commit84a22943c6ec17291dc18fc68f392f7392083b34 (patch)
treea40c77a5453cc056df91606301832c4218b3575f /config
parentc929515e23c5726d77be7e0bceae4149af84ed17 (diff)
Fix service idempotency
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 bf6bf25..75af4a8 100644
--- a/config/router.nix
+++ b/config/router.nix
@@ -306,7 +306,7 @@ in {
#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
ip -6 route flush cache
- ip -6 rule add fwmark ${toString heMark} table he
+ ip -6 rule add fwmark ${toString heMark} table he || true
'';
};