Add photoprism user

This commit is contained in:
Ivan R. 2023-08-19 09:04:33 +05:00
parent 03c3057687
commit ef63538cb8
No known key found for this signature in database
GPG key ID: 56C7BAAE859B302C

View file

@ -16,6 +16,10 @@
isSystemUser = true;
group = "nextcloud";
};
photoprism = {
isSystemUser = true;
group = "photoprism";
};
};
users.groups = {
@ -25,5 +29,8 @@
nextcloud = {
members = [ "nextcloud" config.services.nginx.user ];
};
photoprism = {
members = [ "photoprism" config.services.nginx.user ];
};
};
}