weilite: promote edited photos in immich-auto-stack

This commit is contained in:
xinyangli 2025-04-09 08:52:57 +08:00
parent a7b3579f55
commit 2f52d371bc
No known key found for this signature in database

View file

@ -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}";