Add more commands to path
This commit is contained in:
parent
24ab861c63
commit
6644582774
|
@ -55,7 +55,7 @@ in {
|
||||||
services.immich-machine-learning = {
|
services.immich-machine-learning = {
|
||||||
after = [ "network-online.target" ];
|
after = [ "network-online.target" ];
|
||||||
before = [ "nginx.service" ];
|
before = [ "nginx.service" ];
|
||||||
path = with pkgs; [ podman-compose ];
|
path = with pkgs; [ podman-compose coreutils podman ];
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
ExecStart = pkgs.writeShellScript "immich-machine-learning" ''
|
ExecStart = pkgs.writeShellScript "immich-machine-learning" ''
|
||||||
podman-compose -f ${immichMlConfigYaml} up
|
podman-compose -f ${immichMlConfigYaml} up
|
||||||
|
|
Loading…
Reference in New Issue