jerrita 3 months ago
parent
commit
720ed72a05
1 changed files with 1 additions and 1 deletions
  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";