From 0b4c94234b1f5895122b3bee6ac0f326333a67c7 Mon Sep 17 00:00:00 2001 From: niten Date: Tue, 21 May 2024 19:53:56 -0700 Subject: [PATCH] Just use podman... --- 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 b5acd48..9015986 100644 --- a/immich-ml-container.nix +++ b/immich-ml-container.nix @@ -58,7 +58,7 @@ in { services.immich-machine-learning = { after = [ "network-online.target" ]; before = [ "nginx.service" ]; - path = with pkgs; [ podman-compose nvidia-podman coreutils ]; + path = with pkgs; [ podman-compose coreutils ]; serviceConfig = { ExecStart = pkgs.writeShellScript "immich-machine-learning" '' podman-compose -f ${immichMlConfigYaml} up