box: try setting BindPaths for photoprism

This commit is contained in:
Aaron Bieber 2023-07-12 08:12:12 -06:00
parent a24f5126e1
commit c927fdc31d
No known key found for this signature in database

View File

@ -180,7 +180,11 @@ in {
members = ["qbit"];
};
systemd.services.photoprism.serviceConfig.SupplementaryGroups = "photos";
systemd.services.photoprism.serviceConfig = {
SupplementaryGroups = "photos";
BindPaths = "/media/pictures/photoprism";
};
services = {
photoprism = {
enable = true;