box: try setting BindPaths for photoprism
This commit is contained in:
parent
a24f5126e1
commit
c927fdc31d
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user