jerrita 4 달 전
부모
커밋
2468928ea0
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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";