diff --git a/machines/weilite/services/immich.nix b/machines/weilite/services/immich.nix index 79fe7d6..22cec36 100644 --- a/machines/weilite/services/immich.nix +++ b/machines/weilite/services/immich.nix @@ -112,6 +112,7 @@ in SKIP_MATCH_MISS = "true"; DRY_RUN = "false"; API_URL = "http://127.0.0.1:${toString config.services.immich.port}/api"; + PARENT_PROMOTE = "hdr,edit,export,selects,output"; }; serviceConfig = { ExecStart = "${lib.getExe python} ${immich_auto_stack}";