From 84a22943c6ec17291dc18fc68f392f7392083b34 Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Sat, 8 Oct 2022 07:39:24 -0400 Subject: Fix service idempotency --- config/router.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ''; }; -- cgit v1.2.3