From 66445827748a5bc7499002a139b3ddc9caddb98c Mon Sep 17 00:00:00 2001 From: niten Date: Tue, 21 May 2024 11:42:37 -0700 Subject: [PATCH] Add more commands to path --- immich-ml-container.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/immich-ml-container.nix b/immich-ml-container.nix index f8deb0b..0ce5d1a 100644 --- a/immich-ml-container.nix +++ b/immich-ml-container.nix @@ -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