fix tmpfiles for photoprism
This commit is contained in:
parent
a6cb31a7c0
commit
65d4ede767
|
@ -33,8 +33,8 @@ in {
|
||||||
];
|
];
|
||||||
|
|
||||||
systemd.tmpfiles.rules = [
|
systemd.tmpfiles.rules = [
|
||||||
"d /PhotosCache - storage storage"
|
"d /PhotosCache - photoprism photoprism"
|
||||||
"d /Photos - storage storage"
|
"d /Photos - photoprism photoprism"
|
||||||
];
|
];
|
||||||
|
|
||||||
users.users.photoprism = {
|
users.users.photoprism = {
|
||||||
|
|
Loading…
Reference in a new issue