jerrita 4 月之前
父节点
当前提交
720ed72a05
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      services/clash.nix

+ 1 - 1
services/clash.nix

@@ -4,7 +4,7 @@
         wantedBy = [ "multi-user.target" ];
         after = [ "network-online.target" ];
         description = "Clash Service";
-        path = [ pkgs.bash ];
+        path = [ pkgs.bash pkgs.iproute2 ];
         serviceConfig = {
             Type = "simple";
             User = "clash";