jerrita 4 hónapja
szülő
commit
2468928ea0
1 módosított fájl, 1 hozzáadás és 0 törlés
  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";