jerrita 3 months ago
parent
commit
2468928ea0
1 changed files with 1 additions and 0 deletions
  1. 1 0
      services/clash.nix

+ 1 - 0
services/clash.nix

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