box: add group for photos, extend photoprism into that group

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

View File

@ -175,6 +175,12 @@ in {
members = ["qbit" "sonarr" "radarr" "lidarr" "nzbget" "jellyfin" "headphones"];
};
users.groups.photos = {
name = "photos";
members = ["qbit"];
};
systemd.services.photoprism.serviceConfig.SupplementaryGroups = "photos";
services = {
photoprism = {
enable = true;