Add command to podman-compose

This commit is contained in:
niten 2024-05-21 11:31:44 -07:00
parent c925d71443
commit 24ab861c63
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ in {
path = with pkgs; [ podman-compose ];
serviceConfig = {
ExecStart = pkgs.writeShellScript "immich-machine-learning" ''
podman-compose -f ${immichMlConfigYaml}
podman-compose -f ${immichMlConfigYaml} up
'';
};
};