diff --git a/machines/modules/malobeo/gitea_translator.nix b/machines/modules/malobeo/gitea_translator.nix index d87b773..2d641da 100644 --- a/machines/modules/malobeo/gitea_translator.nix +++ b/machines/modules/malobeo/gitea_translator.nix @@ -55,7 +55,7 @@ in serviceConfig = { ExecStart = '' - ${pkgs.python3}/bin/python3 ${inputs.self + /scripts/gitea_hydra_server.py} \ + ${pkgs.python3}/bin/python3 ${../../../scripts/gitea_hydra_server.py} \ --baseurl ${cfg.baseurl} \ --owner ${cfg.owner} \ --repo ${cfg.repo} \ @@ -75,4 +75,4 @@ in }; }; }; -} \ No newline at end of file +}