diff --git a/flake.nix b/flake.nix index f8c197f..5e3b7b7 100644 --- a/flake.nix +++ b/flake.nix @@ -221,7 +221,7 @@ name = "healthchecks-maintenance"; config = { Cmd = [ - "${script}" + "${script}/bin/maintenance" ]; ExposedPorts = {}; };