box: set WorkingDirectory for photoprism service

This commit is contained in:
Aaron Bieber 2023-07-12 08:44:59 -06:00
parent 93f0a6548a
commit c5faa51e73
No known key found for this signature in database

View File

@ -194,6 +194,8 @@ in {
openssh.authorizedKeys.keys = pubKeys;
};
systemd.services.photoprism.serviceConfig.WorkingDirectory = lib.mkDefault "/media/pictures/photoprism";
services = {
photoprism = {
enable = true;