From ddff60a0fe4ef94b7dee812c3897eab233568b17 Mon Sep 17 00:00:00 2001 From: Lin Yinfeng Date: Thu, 14 Sep 2023 12:11:11 +0800 Subject: [PATCH] networking/fw-tproxy: fix tproxy setup service --- nixos/modules/networking/fw-proxy/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/networking/fw-proxy/default.nix b/nixos/modules/networking/fw-proxy/default.nix index eff20ebd0..bbb3df3ea 100644 --- a/nixos/modules/networking/fw-proxy/default.nix +++ b/nixos/modules/networking/fw-proxy/default.nix @@ -293,7 +293,7 @@ in ExecStart = "${scripts}/bin/fw-tproxy-setup"; ExecStopPost = "${scripts}/bin/fw-tproxy-clean"; }; - after = ["clash.service"]; + after = ["nftables.service" "clash.service"]; requires = ["clash.service"]; wantedBy = ["multi-user.target"]; };