Just use podman...
This commit is contained in:
parent
f1a02a053e
commit
0b4c94234b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue