Add more commands to path

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

View File

@ -55,7 +55,7 @@ in {
services.immich-machine-learning = {
after = [ "network-online.target" ];
before = [ "nginx.service" ];
path = with pkgs; [ podman-compose ];
path = with pkgs; [ podman-compose coreutils podman ];
serviceConfig = {
ExecStart = pkgs.writeShellScript "immich-machine-learning" ''
podman-compose -f ${immichMlConfigYaml} up