photoprism: make work

This commit is contained in:
Motiejus Jakštys 2023-12-28 23:29:36 +02:00
parent c4bdcfc754
commit ac8e5f1c50
1 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
{
config,
#lib,
lib,
pkgs,
myData,
...
@ -361,7 +361,7 @@
};
photoprism = {
enable = false;
enable = true;
originalsPath = "/data";
};
@ -649,8 +649,8 @@
};
photoprism.serviceConfig = {
#TemporaryFileSystem = ["/data"];
#BindPaths = ["/home/motiejus/Pictures:/data"];
ProtectHome = lib.mkForce "tmpfs";
BindPaths = ["/home/motiejus/annex2/Pictures:/data"];
};
};