fix(eientei): fix photoprism persistence path

This commit is contained in:
514fpv 2024-03-14 17:41:14 +08:00
parent d42df79303
commit 6383f4bc43
Signed by: koishi
SSH key fingerprint: SHA256:axz0uIzzY+5W19i7QOUuiw5LSqhKfCBKPf3L4xFRxLw

View file

@ -31,6 +31,6 @@
};
environment.persistence."/nix/persist/fhs".directories = [
"/var/lib/photoprism"
"/var/lib/private/photoprism"
];
}