Try using docker-compose instead
This commit is contained in:
parent
60884d1029
commit
25a898752a
|
@ -58,7 +58,7 @@ in {
|
|||
services.immich-machine-learning = {
|
||||
after = [ "network-online.target" ];
|
||||
before = [ "nginx.service" ];
|
||||
path = with pkgs; [ podman-compose coreutils nvidia-podman ];
|
||||
path = with pkgs; [ docker-compose coreutils nvidia-podman ];
|
||||
serviceConfig = {
|
||||
ExecStart = pkgs.writeShellScript "immich-machine-learning" ''
|
||||
podman-compose -f ${immichMlConfigYaml} up
|
||||
|
|
Loading…
Reference in New Issue