box: add group for photos, extend photoprism into that group
This commit is contained in:
parent
3898ab4f31
commit
a24f5126e1
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user