diff --git a/system/services/gitea-runner.nix b/system/services/gitea-runner.nix index ba2fd4dc..df920d98 100644 --- a/system/services/gitea-runner.nix +++ b/system/services/gitea-runner.nix @@ -20,7 +20,9 @@ in { passwordFile = "${config.sops.secrets.docker-password.path}"; }; - dependsOn = []; + dependsOn = [ + "gitea" + ]; ports = [];