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