I guess just use podman?

This commit is contained in:
niten 2024-05-21 20:19:33 -07:00
parent 0b4c94234b
commit 8ac7430228
1 changed files with 1 additions and 1 deletions

View File

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